Skip to content

Commit

Permalink
chore(release): release 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and muhlba91 committed Dec 19, 2023
1 parent 19eb1b0 commit a943857
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 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.0.0"
".": "9.0.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Changelog


## [9.0.0](https://github.com/muhlba91/onyx-homeassistant-integration/compare/v8.0.0...v9.0.0) (2023-12-19)


### Features

* implement automated exchange of API code to fingerprint and token; fix [#6](https://github.com/muhlba91/onyx-homeassistant-integration/issues/6) ([71814c3](https://github.com/muhlba91/onyx-homeassistant-integration/commit/71814c39b9b3f1adb06313336da3151b928ebff5))


### Miscellaneous Chores

* set next release to 9.0.0 ([19eb1b0](https://github.com/muhlba91/onyx-homeassistant-integration/commit/19eb1b0c9d7c73988bc9f3197e5e6670011afb56))

## [8.0.0](https://github.com/muhlba91/onyx-homeassistant-integration/compare/v7.0.0...v8.0.0) (2023-12-18)


Expand Down
2 changes: 1 addition & 1 deletion custom_components/hella_onyx/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"@muhlba91"
],
"iot_class": "cloud_polling",
"version": "8.0.0"
"version": "9.0.0"
}
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-homeassistant-integration"
version = "8.0.0"
version = "9.0.0"
description = "Home Assistant Integration for Hella's ONYX.CENTER API."
license = "MIT"
authors = [
Expand Down

0 comments on commit a943857

Please sign in to comment.