diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a25d1bc..179a536 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.15.0" + ".": "1.15.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2423c1d..c96721b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.15.1](https://github.com/henricm/ha-ferroamp/compare/v1.15.0...v1.15.1) (2024-12-13) + + +### Miscellaneous Chores + +* upgrade devcontainer to support 2024.6 ([79e1853](https://github.com/henricm/ha-ferroamp/commit/79e1853c5b5e0afd34d5e9209c7a14c5d6380adb)) + + +### Build System + +* **deps-dev:** bump colorlog from 6.8.2 to 6.9.0 ([aa85f8b](https://github.com/henricm/ha-ferroamp/commit/aa85f8b205684961ad9fd2aa0445c41c0e5dd56b)) +* **deps:** bump janus from 1.0.0 to 1.1.0 ([bcdd5c5](https://github.com/henricm/ha-ferroamp/commit/bcdd5c5b5f985d21015d45c4d2324da4c02f86d8)) +* **deps:** bump janus from 1.1.0 to 1.2.0 ([20cebcf](https://github.com/henricm/ha-ferroamp/commit/20cebcfc5eef3f5d05d8387753f5af200382d55e)) + ## [1.15.0](https://github.com/henricm/ha-ferroamp/compare/v1.14.2...v1.15.0) (2024-10-25) diff --git a/custom_components/ferroamp/manifest.json b/custom_components/ferroamp/manifest.json index 17e1bda..a5cd109 100644 --- a/custom_components/ferroamp/manifest.json +++ b/custom_components/ferroamp/manifest.json @@ -13,5 +13,5 @@ "iot_class": "cloud_push", "issue_tracker": "https://github.com/henricm/ha-ferroamp/issues", "requirements": [], - "version": "1.15.0" + "version": "1.15.1" }