Skip to content

Commit

Permalink
Merge pull request #2 from smartrent/rel-v0.2.0
Browse files Browse the repository at this point in the history
v0.2.0
  • Loading branch information
mattludwigs authored Jun 20, 2019
2 parents e185d22 + 4fc12ae commit 9bf6303
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## Changelog

## v0.2.0

* Fixes
* Logging with old `ZipGateway` label is now `Grizzly`
* Fix queued API from `{ZipGateway, :queued_response, ref, response}`
to `{Grizzly, :queued_response, ref, response}`
* Fix timeout error when waiting for DTLS server from the
`zipgateway` side

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ An Elixir library for Z-Wave
```elixir
def deps do
[
{:grizzly, "~> 0.1", organization: "smartrent"}
{:grizzly, "~> 0.2", organization: "smartrent"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Grizzly.MixProject do
def project do
[
app: :grizzly,
version: "0.1.0",
version: "0.2.0",
elixir: "~> 1.5",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 9bf6303

Please sign in to comment.