Skip to content

Commit

Permalink
release v8.2.2 (#937)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjyoungblood authored Jun 5, 2024
1 parent 884b263 commit 8619eaf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@

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

## [v8.2.2] - 2024-06-05

### Added

- Elixir 1.17 compatibility ([#935](https://github.com/smartrent/grizzly/pull/935))

### Fixed

- Remove leading space from test in Z/IP Gateway log monitor ([#936](https://github.com/smartrent/grizzly/pull/936))

## [v8.2.1] - 2024-06-03

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

[v8.2.2]: https://github.com/smartrent/grizzly/compare/v8.2.1..v8.2.2
[v8.2.1]: https://github.com/smartrent/grizzly/compare/v8.2.0..v8.2.1
[v8.2.0]: https://github.com/smartrent/grizzly/compare/v8.1.0..v8.2.0
[v8.1.0]: https://github.com/smartrent/grizzly/compare/v8.0.1..v8.1.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 "8.2.1"
@version "8.2.2"

def project do
[
Expand Down

0 comments on commit 8619eaf

Please sign in to comment.