Skip to content

Commit 64421de

Browse files
authored
release v8.7.1 (#1059)
1 parent b6d90f2 commit 64421de

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.7.1] - 2025-03-06
6+
7+
### Fixed
8+
9+
* Increase timeout for `Grizzly.Network.reset_controller/1` to 60 seconds to allow enough time
10+
for the Default Set command to complete ([#1058](https://github.com/smartrent/grizzly/pull/1058))
11+
512
## [v8.7.0] - 2025-02-08
613

714
### Changed
@@ -2693,6 +2700,7 @@ Same change found in `Grizzly.Node.get_command_class_version`
26932700
- Fix timeout error when waiting for DTLS server from the
26942701
`zipgateway` side
26952702

2703+
[v8.7.1]: https://github.com/smartrent/grizzly/compare/v8.7.0..v8.7.1
26962704
[v8.7.0]: https://github.com/smartrent/grizzly/compare/v8.6.9..v8.7.0
26972705
[v8.6.9]: https://github.com/smartrent/grizzly/compare/v8.6.8..v8.6.9
26982706
[v8.6.8]: https://github.com/smartrent/grizzly/compare/v8.6.7..v8.6.8

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

66
def project do
77
[

0 commit comments

Comments
 (0)