Skip to content

Commit

Permalink
release v8.0.1 (#920)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjyoungblood authored Apr 24, 2024
1 parent 09f998a commit 06443a2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

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

## [v8.0.1] - 2024-04-24

### Fixed

- Allow 4 byte input for Door Lock Operation Report ([#919](https://github.com/smartrent/grizzly/pull/919))

## [v8.0.0] - 2024-04-22

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

[v8.0.1]: https://github.com/smartrent/grizzly/compare/v8.0.0..v8.0.1
[v8.0.0]: https://github.com/smartrent/grizzly/compare/v7.4.2..v8.0.0
[v7.4.2]: https://github.com/smartrent/grizzly/compare/v7.4.1..v7.4.2
[v7.4.1]: https://github.com/smartrent/grizzly/compare/v7.4.0..v7.4.1
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 "8.0.0"
@version "8.0.1"

def project do
[
Expand Down

0 comments on commit 06443a2

Please sign in to comment.