Skip to content

Commit 8bc9c30

Browse files
authored
v8.8.1 release (#1072)
1 parent 43035dd commit 8bc9c30

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

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

5+
## [v8.8.1] - 2025-04-28
6+
7+
### Fixed
8+
9+
* Add missing entry for command `:central_scene_configuration_set` to `Grizzly.Commands.Table` ([#1071](https://github.com/smartrent/grizzly/pull/1071))
10+
511
## [v8.8.0] - 2025-04-10
612

713
### Changed
@@ -2707,6 +2713,7 @@ Same change found in `Grizzly.Node.get_command_class_version`
27072713
- Fix timeout error when waiting for DTLS server from the
27082714
`zipgateway` side
27092715

2716+
[v8.8.1]: https://github.com/smartrent/grizzly/compare/v8.8.0..v8.8.1
27102717
[v8.8.0]: https://github.com/smartrent/grizzly/compare/v8.7.1..v8.8.0
27112718
[v8.7.1]: https://github.com/smartrent/grizzly/compare/v8.7.0..v8.7.1
27122719
[v8.7.0]: https://github.com/smartrent/grizzly/compare/v8.6.9..v8.7.0

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.0"
4+
@version "8.8.1"
55

66
def project do
77
[

0 commit comments

Comments
 (0)