Skip to content

Commit a943857

Browse files
github-actions[bot]muhlba91
authored andcommitted
chore(release): release 9.0.0
1 parent 19eb1b0 commit a943857

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "8.0.0"
2+
".": "9.0.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Changelog
22

33

4+
## [9.0.0](https://github.com/muhlba91/onyx-homeassistant-integration/compare/v8.0.0...v9.0.0) (2023-12-19)
5+
6+
7+
### Features
8+
9+
* 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))
10+
11+
12+
### Miscellaneous Chores
13+
14+
* set next release to 9.0.0 ([19eb1b0](https://github.com/muhlba91/onyx-homeassistant-integration/commit/19eb1b0c9d7c73988bc9f3197e5e6670011afb56))
15+
416
## [8.0.0](https://github.com/muhlba91/onyx-homeassistant-integration/compare/v7.0.0...v8.0.0) (2023-12-18)
517

618

custom_components/hella_onyx/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"@muhlba91"
1616
],
1717
"iot_class": "cloud_polling",
18-
"version": "8.0.0"
18+
"version": "9.0.0"
1919
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
66

77
[tool.poetry]
88
name = "onyx-homeassistant-integration"
9-
version = "8.0.0"
9+
version = "9.0.0"
1010
description = "Home Assistant Integration for Hella's ONYX.CENTER API."
1111
license = "MIT"
1212
authors = [

0 commit comments

Comments
 (0)