From 0c86451e5d906e702347797ecf2e4b6d2d291d62 Mon Sep 17 00:00:00 2001 From: Ben Youngblood Date: Fri, 26 Jan 2024 13:24:26 -0700 Subject: [PATCH] release v7.1.4 (#889) --- CHANGELOG.md | 7 +++++++ mix.exs | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6deec60..e1d1bef2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ This project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v7.1.4] - 2024-01-26 + +### Added + +- Hard reset Z-Wave module on Z/IP Gateway exit ([#888](https://github.com/smartrent/grizzly/pull/888)) + ## [v7.1.3] - 2024-01-09 ### Fixed @@ -2418,6 +2424,7 @@ Same change found in `Grizzly.Node.get_command_class_version` - Fix timeout error when waiting for DTLS server from the `zipgateway` side +[v7.1.4]: https://github.com/smartrent/grizzly/compare/v7.1.3..v7.1.4 [v7.1.3]: https://github.com/smartrent/grizzly/compare/v7.1.2..v7.1.3 [v7.1.2]: https://github.com/smartrent/grizzly/compare/v7.1.1..v7.1.2 [v7.1.1]: https://github.com/smartrent/grizzly/compare/v7.1.0..v7.1.1 diff --git a/mix.exs b/mix.exs index 0aea96f1..41d32b6e 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Grizzly.MixProject do use Mix.Project - @version "7.1.3" + @version "7.1.4" def project do [