Skip to content

Commit

Permalink
release v7.1.1 (#880)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjyoungblood authored Jan 4, 2024
1 parent 9ff5e2a commit 9af7faa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

This project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v7.1.1] - 2024-01-03

### Fixed

- Remove any() from type send_command_response ([#873](https://github.com/smartrent/grizzly/pull/873))
- Fix false positives in SAPI status reporting ([#879](https://github.com/smartrent/grizzly/pull/879))

## [v7.1.0] - 2023-12-05

### Added
Expand Down Expand Up @@ -2399,6 +2406,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.1]: https://github.com/smartrent/grizzly/compare/v7.1.0..v7.1.1
[v7.1.0]: https://github.com/smartrent/grizzly/compare/v7.0.4..v7.1.0
[v7.0.4]: https://github.com/smartrent/grizzly/compare/v7.0.3..v7.0.4
[v7.0.3]: https://github.com/smartrent/grizzly/compare/v7.0.2..v7.0.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.1.0"
@version "7.1.1"

def project do
[
Expand Down

0 comments on commit 9af7faa

Please sign in to comment.