From 90b5a8365da969c3e7f2fc1114595ff0f56bdd38 Mon Sep 17 00:00:00 2001 From: Ben Youngblood Date: Mon, 4 Nov 2024 15:18:01 -0700 Subject: [PATCH] release v8.6.2 (#1013) --- CHANGELOG.md | 15 +++++++++++++++ mix.exs | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf3b0175..725e957c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ This project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v8.6.2] - 2024-11-04 + +### Added + +* Add function to get all notification types [#1005](https://github.com/smartrent/grizzly/pull/1005) +* Forward unsolicited Node Remove Status to inclusion handler [#1007](https://github.com/smartrent/grizzly/pull/1007) +* Implement Meter Get v2-6 [#1012](https://github.com/smartrent/grizzly/pull/1012) + +### Fixed + +* Inclusion timeout must be at least as long as the S2 bootstrapping timeouts [#1008](https://github.com/smartrent/grizzly/pull/1008) +* Send Device Reset Locally notifications before closing connections [#1009](https://github.com/smartrent/grizzly/pull/1009) +* Thermostat Setpoint values should be signed [#1010](https://github.com/smartrent/grizzly/pull/1010) + ## [v8.6.1] - 2024-10-21 @@ -2619,6 +2633,7 @@ Same change found in `Grizzly.Node.get_command_class_version` - Fix timeout error when waiting for DTLS server from the `zipgateway` side +[v8.6.2]: https://github.com/smartrent/grizzly/compare/v8.6.1..v8.6.2 [v8.6.1]: https://github.com/smartrent/grizzly/compare/v8.6.0..v8.6.1 [v8.6.0]: https://github.com/smartrent/grizzly/compare/v8.5.3..v8.6.0 [v8.5.3]: https://github.com/smartrent/grizzly/compare/v8.5.2..v8.5.3 diff --git a/mix.exs b/mix.exs index a0ed1e11..cf47a82d 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Grizzly.MixProject do use Mix.Project - @version "8.6.1" + @version "8.6.2" def project do [