From 39d5f866f2e3d54ede15110342c8d8db75b84062 Mon Sep 17 00:00:00 2001 From: Ben Youngblood Date: Thu, 8 Feb 2024 14:04:44 -0700 Subject: [PATCH] release v7.4.0 (#903) --- CHANGELOG.md | 8 ++++++++ mix.exs | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95a427ba..38537a0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ This project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v7.4.0] - 2024-02-08 + +### Added + +- Implement Thermostat Setpoint Capabilities Get/Report ([#901](https://github.com/smartrent/grizzly/pull/901)) +- Implement Thermostat Fan Mode Supported Get/Report ([#902](https://github.com/smartrent/grizzly/pull/902)) + ## [v7.3.0] - 2024-02-07 ### Added @@ -2446,6 +2453,7 @@ Same change found in `Grizzly.Node.get_command_class_version` - Fix timeout error when waiting for DTLS server from the `zipgateway` side +[v7.4.0]: https://github.com/smartrent/grizzly/compare/v7.3.0..v7.4.0 [v7.3.0]: https://github.com/smartrent/grizzly/compare/v7.2.0..v7.3.0 [v7.2.0]: https://github.com/smartrent/grizzly/compare/v7.1.4..v7.2.0 [v7.1.4]: https://github.com/smartrent/grizzly/compare/v7.1.3..v7.1.4 diff --git a/mix.exs b/mix.exs index 79d4ce4d..c7c7f399 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Grizzly.MixProject do use Mix.Project - @version "7.3.0" + @version "7.4.0" def project do [