From 8c04d9e087e0b17e8f59eac0bce0c46538f225ce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 20:44:28 -0700 Subject: [PATCH] chore(main): release 3.0.0 (#209) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 17 +++++++++++++++++ custom_components/nodered/version.py | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09d9295..f703dd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/custom_components/nodered/version.py b/custom_components/nodered/version.py index 79c980f..159aba2 100644 --- a/custom_components/nodered/version.py +++ b/custom_components/nodered/version.py @@ -1,3 +1,3 @@ """Version info for Node-RED integration.""" -__version__ = "2.2.0" +__version__ = "3.0.0"