Skip to content

Commit 873e033

Browse files
committed
v8.9.0 release
1 parent b21cce6 commit 873e033

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
This project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
44

5+
## [v8.9.0] - 2025-05-02
6+
7+
### Changed
8+
9+
* Rename humidity control setpoint types from `:humidifier` and :`dehumidifier` to `:humidify` and `:dehumidify` ([#1074](https://github.com/smartrent/grizzly/pull/1074))
10+
11+
### Fixed
12+
13+
* Alarm event `0x00` must always decode to `:state_idle` even when the alarm type is not known ([#1075](https://github.com/smartrent/grizzly/pull/1075))
14+
515
## [v8.8.1] - 2025-04-28
616

717
### Fixed
@@ -2713,6 +2723,7 @@ Same change found in `Grizzly.Node.get_command_class_version`
27132723
- Fix timeout error when waiting for DTLS server from the
27142724
`zipgateway` side
27152725

2726+
[v8.9.0]: https://github.com/smartrent/grizzly/compare/v8.8.1..v8.9.0
27162727
[v8.8.1]: https://github.com/smartrent/grizzly/compare/v8.8.0..v8.8.1
27172728
[v8.8.0]: https://github.com/smartrent/grizzly/compare/v8.7.1..v8.8.0
27182729
[v8.7.1]: https://github.com/smartrent/grizzly/compare/v8.7.0..v8.7.1

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Grizzly.MixProject do
22
use Mix.Project
33

4-
@version "8.8.1"
4+
@version "8.9.0"
55

66
def project do
77
[

0 commit comments

Comments
 (0)