From e863402af10f328a4a9cedc96fa439eccfd8d5b5 Mon Sep 17 00:00:00 2001 From: Ben Youngblood Date: Mon, 3 Jun 2024 13:16:39 -0700 Subject: [PATCH] release v8.2.1 (#934) --- CHANGELOG.md | 7 +++++++ mix.exs | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46eac38f..7afe5f5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ This project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v8.2.1] - 2024-06-03 + +### Fixed + +- Bring the ThermostatOperatingState spec in line with impl ([#933](https://github.com/smartrent/grizzly/pull/933)) + ## [v8.2.0] - 2024-05-17 ### Added @@ -2498,6 +2504,7 @@ Same change found in `Grizzly.Node.get_command_class_version` - Fix timeout error when waiting for DTLS server from the `zipgateway` side +[v8.2.1]: https://github.com/smartrent/grizzly/compare/v8.2.0..v8.2.1 [v8.2.0]: https://github.com/smartrent/grizzly/compare/v8.1.0..v8.2.0 [v8.1.0]: https://github.com/smartrent/grizzly/compare/v8.0.1..v8.1.0 [v8.0.1]: https://github.com/smartrent/grizzly/compare/v8.0.0..v8.0.1 diff --git a/mix.exs b/mix.exs index 4b655180..5071e457 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Grizzly.MixProject do use Mix.Project - @version "8.2.0" + @version "8.2.1" def project do [