Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(master): release 1.16.0 #650

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.15.0"
".": "1.16.0"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [1.16.0](https://github.com/henricm/ha-ferroamp/compare/v1.15.0...v1.16.0) (2024-12-28)


### Features

* **tests:** update result type in config flow tests ([51d70b5](https://github.com/henricm/ha-ferroamp/commit/51d70b5cd36742004ee18e6aa511222bface1fa7))


### 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))
* **deps:** bump janus from 1.2.0 to 2.0.0 ([53c351f](https://github.com/henricm/ha-ferroamp/commit/53c351f515ea4815eb87122843e8bab4f310229e))

## [1.15.0](https://github.com/henricm/ha-ferroamp/compare/v1.14.2...v1.15.0) (2024-10-25)


Expand Down
2 changes: 1 addition & 1 deletion custom_components/ferroamp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"iot_class": "cloud_push",
"issue_tracker": "https://github.com/henricm/ha-ferroamp/issues",
"requirements": [],
"version": "1.15.0"
"version": "1.16.0"
}