From 2c5bfa177f5bc9c67e8ca82a7c7c7ee17b0992b7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 13:28:38 +0000 Subject: [PATCH] chore(release): release 9.1.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4c346c1..cccb938 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "9.1.0" + ".": "9.1.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b850332..e8e784b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/pyproject.toml b/pyproject.toml index b4aa598..899665f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [