Skip to content

Commit

Permalink
release v8.6.2 (#1013)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjyoungblood authored Nov 4, 2024
1 parent 6fb446c commit 90b5a83
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Grizzly.MixProject do
use Mix.Project

@version "8.6.1"
@version "8.6.2"

def project do
[
Expand Down

0 comments on commit 90b5a83

Please sign in to comment.