Skip to content

Commit 030384a

Browse files
authored
release v8.7.0 (#1053)
1 parent 7515c25 commit 030384a

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1-
<!-- markdownlint-disable-file MD024 -->
2-
31
# Changelog
42

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

5+
## [v8.7.0] - 2025-02-08
6+
7+
### Changed
8+
9+
* Remove the `listening?` node info property ([#1050](https://github.com/smartrent/grizzly/pull/1050))
10+
* See the PR for more details, but tl;dr this flag was long ago misinterpreted and does not
11+
actually indicate whether a node is listening
12+
713
## [v8.6.9] - 2025-02-03
814

915
### Added
@@ -2687,6 +2693,7 @@ Same change found in `Grizzly.Node.get_command_class_version`
26872693
- Fix timeout error when waiting for DTLS server from the
26882694
`zipgateway` side
26892695

2696+
[v8.7.0]: https://github.com/smartrent/grizzly/compare/v8.6.9..v8.7.0
26902697
[v8.6.9]: https://github.com/smartrent/grizzly/compare/v8.6.8..v8.6.9
26912698
[v8.6.8]: https://github.com/smartrent/grizzly/compare/v8.6.7..v8.6.8
26922699
[v8.6.7]: https://github.com/smartrent/grizzly/compare/v8.6.6..v8.6.7

mix.exs

+1-1
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.6.9"
4+
@version "8.7.0"
55

66
def project do
77
[

0 commit comments

Comments
 (0)