Skip to content

Commit

Permalink
chore(release): release 8.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and muhlba91 committed Dec 11, 2023
1 parent 3166824 commit d375e39
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "8.1.0"
".": "8.1.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog


## [8.1.1](https://github.com/muhlba91/onyx-client/compare/v8.1.0...v8.1.1) (2023-12-11)


### Bug Fixes

* reduce backoff time for reconnects ([3166824](https://github.com/muhlba91/onyx-client/commit/3166824af53e3077d9fb7566b54b52d6b52db7ab))

## [8.1.0](https://github.com/muhlba91/onyx-client/compare/v8.0.2...v8.1.0) (2023-12-11)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "onyx-client"
version = "8.1.0"
version = "8.1.1"
description = "HTTP Client for Hella's ONYX.CENTER API."
license = "MIT"
authors = [
Expand Down

0 comments on commit d375e39

Please sign in to comment.