Skip to content

Commit

Permalink
release v7.2.0 (#894)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjyoungblood authored Jan 30, 2024
1 parent 82d2c71 commit 94c8622
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Grizzly.MixProject do
use Mix.Project

@version "7.1.4"
@version "7.2.0"

def project do
[
Expand Down

0 comments on commit 94c8622

Please sign in to comment.