Skip to content

Commit

Permalink
release v7.3.0 (#897)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjyoungblood authored Feb 7, 2024
1 parent 91ae71e commit 6bcb20e
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.3.0] - 2024-02-07

### Added

- Add missing commands to SensorMultilevel CC ([#895](https://github.com/smartrent/grizzly/pull/895))
- Ignore extra trailing bytes when decoding ThermostatSetpointReport ([#896](https://github.com/smartrent/grizzly/pull/896))

### Fixed

- Encode extended node id correctly in `S2ResynchronizationEvent` ([#887](https://github.com/smartrent/grizzly/pull/887))

## [v7.2.0] - 2024-01-30

### Added
Expand Down Expand Up @@ -2435,6 +2446,7 @@ Same change found in `Grizzly.Node.get_command_class_version`
- Fix timeout error when waiting for DTLS server from the
`zipgateway` side

[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
[v7.1.3]: https://github.com/smartrent/grizzly/compare/v7.1.2..v7.1.3
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.2.0"
@version "7.3.0"

def project do
[
Expand Down

0 comments on commit 6bcb20e

Please sign in to comment.