Skip to content

Commit

Permalink
chore(release): release 9.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and muhlba91 committed Nov 29, 2024
1 parent 5a0f32e commit 2c5bfa1
Show file tree
Hide file tree
Showing 3 changed files with 10 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 @@
{
".": "9.1.0"
".": "9.1.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog


## [9.1.1](https://github.com/muhlba91/onyx-client/compare/v9.1.0...v9.1.1) (2024-11-29)


### Bug Fixes

* add more tests for events ([5a0f32e](https://github.com/muhlba91/onyx-client/commit/5a0f32e332cd3447313d985624dc74970fe49326))
* **ci:** add scopes to conform ([2aa518f](https://github.com/muhlba91/onyx-client/commit/2aa518f3267550dc423db481eb2ecdfb634c48ba))

## [9.1.0](https://github.com/muhlba91/onyx-client/compare/v9.0.0...v9.1.0) (2024-11-29)


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 = "9.1.0"
version = "9.1.1"
description = "HTTP Client for Hella's ONYX.CENTER API."
license = "MIT"
authors = [
Expand Down

0 comments on commit 2c5bfa1

Please sign in to comment.