Skip to content

Commit

Permalink
release v8.6.1 (#1004)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjyoungblood authored Oct 21, 2024
1 parent 9faa569 commit 7d508cd
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).


## [v8.6.1] - 2024-10-21

### Changed

* Use atoms for scale in Sensor Multilevel Get to align with Sensor Multilevel Report ([#1003](https://github.com/smartrent/grizzly/pull/1003))

## [v8.6.0] - 2024-10-17

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

[v8.6.1]: https://github.com/smartrent/grizzly/compare/v8.6.0..v8.6.1
[v8.6.0]: https://github.com/smartrent/grizzly/compare/v8.5.3..v8.6.0
[v8.5.3]: https://github.com/smartrent/grizzly/compare/v8.5.2..v8.5.3
[v8.5.2]: https://github.com/smartrent/grizzly/compare/v8.5.1..v8.5.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 "8.6.0"
@version "8.6.1"

def project do
[
Expand Down

0 comments on commit 7d508cd

Please sign in to comment.