File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 22
33This 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
Original file line number Diff line number Diff line change 11defmodule Grizzly.MixProject do
22 use Mix.Project
33
4- @ version "8.7.0 "
4+ @ version "8.7.1 "
55
66 def project do
77 [
You can’t perform that action at this time.
0 commit comments