Skip to content

Commit

Permalink
v0.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mattludwigs committed Jul 31, 2020
1 parent 98ae453 commit bf28e5a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## Changelog

## v0.12.3

Fixes
* Handle multichannel commands that are not appropriately encapsulated

Thank you to those who contributed to this release:

- Jean-Francois Cloutier

## v0.12.2

Enhancements
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.12.2"}
{:grizzly, "~> 0.12.3"}
]
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.12.2"
@version "0.12.3"

def project do
[
Expand Down

0 comments on commit bf28e5a

Please sign in to comment.