Skip to content

Commit a01c74b

Browse files
committed
v8.8.0 release
1 parent 7a71ce0 commit a01c74b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

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

5+
## [v8.8.0] - 2025-04-10
6+
7+
### Changed
8+
9+
* Use strictly seconds or :default as duration when setting a binary or multilevel switch ([#1061](https://github.com/smartrent/grizzly/pull/1061))
10+
* The meaning of a duration would vary from seconds to converted minutes when exceeding 127 (128 meant one minute, 129 meant 2 minutes etc., and 255 meant manufacturer default)
11+
512
## [v8.7.1] - 2025-03-06
613

714
### Fixed
@@ -2700,6 +2707,7 @@ Same change found in `Grizzly.Node.get_command_class_version`
27002707
- Fix timeout error when waiting for DTLS server from the
27012708
`zipgateway` side
27022709

2710+
[v8.8.0]: https://github.com/smartrent/grizzly/compare/v8.7.1..v8.8.0
27032711
[v8.7.1]: https://github.com/smartrent/grizzly/compare/v8.7.0..v8.7.1
27042712
[v8.7.0]: https://github.com/smartrent/grizzly/compare/v8.6.9..v8.7.0
27052713
[v8.6.9]: https://github.com/smartrent/grizzly/compare/v8.6.8..v8.6.9

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.7.1"
4+
@version "8.8.0"
55

66
def project do
77
[

0 commit comments

Comments
 (0)