Skip to content

Commit

Permalink
release v8.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jjcarstens committed Nov 26, 2024
1 parent d8d9304 commit 905e15f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@

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

## [v8.6.4] - 2024-11-25

### Added

* Add retry logic to unsolicited server listen call ([#1021](https://github.com/smartrent/grizzly/pull/1021))
* Provide the possible scales for a given sensor type ([#1019](https://github.com/smartrent/grizzly/pull/1019))
* Support alarm reports for Alarm CC v1 ([#1017](https://github.com/smartrent/grizzly/pull/1017))
* Unknown alarm types and events will be the raw value

### Fixed

* Fix the decoding of `alarm_type_supported_report` when version 1 of alarm types and events are also supported by the device ([#1024](https://github.com/smartrent/grizzly/pull/1024))

## [v8.6.3] - 2024-11-05

### Fixed
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.3"
@version "8.6.4"

def project do
[
Expand Down

0 comments on commit 905e15f

Please sign in to comment.