From 94c86229938c144e1b598289f55b4ef427789177 Mon Sep 17 00:00:00 2001 From: Ben Youngblood Date: Tue, 30 Jan 2024 14:35:39 -0700 Subject: [PATCH] release v7.2.0 (#894) --- CHANGELOG.md | 12 ++++++++++++ mix.exs | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1d1bef2..5ea0e1b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ This project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v7.2.0] - 2024-01-30 + +### Added + +- Implement missing Meter CC commands ([#890](https://github.com/smartrent/grizzly/pull/890)) +- Use correct security classes for LR in advanced joining option ([#892](https://github.com/smartrent/grizzly/pull/892)) + +### Fixed + +- Fix incorrect match clause in catch ([#893](https://github.com/smartrent/grizzly/pull/893)) + ## [v7.1.4] - 2024-01-26 ### Added @@ -2424,6 +2435,7 @@ Same change found in `Grizzly.Node.get_command_class_version` - Fix timeout error when waiting for DTLS server from the `zipgateway` side +[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 [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 diff --git a/mix.exs b/mix.exs index 41d32b6e..87d90d65 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Grizzly.MixProject do use Mix.Project - @version "7.1.4" + @version "7.2.0" def project do [