Skip to content

Commit

Permalink
release v8.0.0 (#918)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjyoungblood authored Apr 22, 2024
1 parent 3c579dd commit 6270e56
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,17 @@

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

## [v7.4.2] - 2024-03-15
## [v8.0.0] - 2024-04-22

### Breaking Changes

- Virtual devices now have their IDs assigned statically at registration ([#917](https://github.com/smartrent/grizzly/pull/917))

### Added

- Colorize DSKs when inspecting ([#916](https://github.com/smartrent/grizzly/pull/916))

## [v7.4.2] - 2024-04-11

### Fixed

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

[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
[v7.4.0]: https://github.com/smartrent/grizzly/compare/v7.3.0..v7.4.0
[v7.3.0]: https://github.com/smartrent/grizzly/compare/v7.2.0..v7.3.0
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.4.2"
@version "8.0.0"

def project do
[
Expand Down

0 comments on commit 6270e56

Please sign in to comment.