Skip to content

Commit

Permalink
Release servox 2.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
linkous8 committed Jul 10, 2023
1 parent 92da29f commit 4133ea3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). Releases are
versioned in accordance with [Semantic
Versioning](https://semver.org/spec/v2.0.0.html).

## [2.2.6] "genesis" - 2023-07-10

### Changed

- A unique identifier for each servo deployment is now supported in configuration and sent with every request to the backend
- A unique identifier for each command received from the backend is now retrieved from the response to the WHATS_NEXT request and included on all servo requests for the given command (progress and completion)

## [2.2.5] "genesis" - 2023-06-15

### Changed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "servox"
version = "2.2.5"
version = "2.2.6"
description = "Opsani Servo: The Next Generation"
homepage = "https://opsani.com/"
repository = "https://github.com/opsani/servox"
Expand Down

0 comments on commit 4133ea3

Please sign in to comment.