Skip to content

Commit

Permalink
v0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mattludwigs committed Dec 22, 2020
1 parent 2f3dd30 commit ebdba4c
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
24 changes: 22 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
## Changelog

## v0.16.1 - 2020-12-22

### Added

- `Grizzly.ZWave.Commands.S2ResynchronizationEvent`

### Fixed

- Data structure change in the associations file when deleting all associations
- Wrong `MultiChannelAssociation` version number being reported to devices
- Ensure ack responses are sent when extra commands are received
- Force bind to `fd00::aaaa::2` since `zipgateway` forces that all acks come
from this address
- Crash when receiving errors other than timeouts when trying to establish
connections to `zipgateway`

Thank you to those who contributed to this release:

- Frank Hunleth

## v0.16.0 - 2020-12-21

This release introduces a breaking change to the naming of the command class get
Expand Down Expand Up @@ -146,8 +166,8 @@ Thank you to those who contributed to this release:
- Association group command class list
- Association group name get
- Association group info get
- Device rest locally notification
- Device reset locally notification

### Changed

- When a supervision get command is received in the unsolicited destination we
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ An Elixir library for Z-Wave
```elixir
def deps do
[
{:grizzly, "~> 0.16.0"}
{:grizzly, "~> 0.16.1"}
]
end
```
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 "0.16.0"
@version "0.16.1"

def project do
[
Expand Down

0 comments on commit ebdba4c

Please sign in to comment.