Skip to content

Commit

Permalink
v0.15.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mattludwigs committed Nov 12, 2020
1 parent a32969b commit 71951c7
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
## Changelog

## v0.15.5 - 2020-11-12

### Added

- Support multi-channel associations in the unsolicited destination

### Fixed

- Add the `:aggregated_endpoints` params to the `MultiChannelEndpointReport`

Thank you to those who contributed to this release:

- Jean-Francois Cloutier

## v0.15.4 - 2020-11-5

### Added
Expand All @@ -12,7 +26,7 @@
- Association group info get
- Device rest locally notification

## Changed
### Changed

- When a supervision get command is received in the unsolicited destination we
send the supervision report for that command back to the sender.
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.15.4"}
{:grizzly, "~> 0.15.5"}
]
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.15.4"
@version "0.15.5"

def project do
[
Expand Down

0 comments on commit 71951c7

Please sign in to comment.