From 905e15fa54bc05e0c091cab9592dde090d8135ec Mon Sep 17 00:00:00 2001 From: Jon Carstens Date: Mon, 25 Nov 2024 11:30:39 -0700 Subject: [PATCH] release v8.6.4 --- CHANGELOG.md | 13 +++++++++++++ mix.exs | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e60f3236..140332cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/mix.exs b/mix.exs index 3d4ea8a0..b10fc750 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Grizzly.MixProject do use Mix.Project - @version "8.6.3" + @version "8.6.4" def project do [