From be8125b5664f83ea3c9fd804480babaf091762b0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 15:39:10 +0000 Subject: [PATCH] chore(release): release 7.2.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5d71724..3a9134b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.2.0" + ".": "7.2.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e0b5619..f17007a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog +## [7.2.1](https://github.com/muhlba91/onyx-client/compare/v7.2.0...v7.2.1) (2023-11-15) + + +### Bug Fixes + +* fix aiohttp version to align with homeassistant ([d5c7634](https://github.com/muhlba91/onyx-client/commit/d5c763479dc01a91dd4596f4f022de1644350cd1)) + ## [7.2.0](https://github.com/muhlba91/onyx-client/compare/v7.1.1...v7.2.0) (2023-11-15) diff --git a/pyproject.toml b/pyproject.toml index 7972cdb..b545096 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "onyx-client" -version = "7.2.0" +version = "7.2.1" description = "HTTP Client for Hella's ONYX.CENTER API." license = "MIT" authors = [