Skip to content

Commit

Permalink
chore(main): release 3.0.0 (#209)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Sep 26, 2023
1 parent 337330e commit 8c04d9e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,23 @@

**Full Changelog**: https://github.com/zachowj/hass-node-red/compare/v1.1.2...v1.1.3

## [3.0.0](https://github.com/zachowj/hass-node-red/compare/v2.2.0...v3.0.0) (2023-09-26)


### ⚠ BREAKING CHANGES

* The trigger service now only accepts output_path and message and require Home Assistant nodes version 0.57.0+
* Endpoint for device action changed location from nodered/device_action to nodered/device/action It now matches the new device trigger format

### Bug Fixes

* Fix the trigger service schema ([337330e](https://github.com/zachowj/hass-node-red/commit/337330e6420a338a495921a4e2a2c33bf8760291))


### Code Refactoring

* Create a separate endpoint for device triggers ([029f88b](https://github.com/zachowj/hass-node-red/commit/029f88b211b01b415c8894e7374eed7416bf9324))

## [2.2.0](https://github.com/zachowj/hass-node-red/compare/v2.1.1...v2.2.0) (2023-08-09)


Expand Down
2 changes: 1 addition & 1 deletion custom_components/nodered/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Version info for Node-RED integration."""

__version__ = "2.2.0"
__version__ = "3.0.0"

0 comments on commit 8c04d9e

Please sign in to comment.