Skip to content

Commit

Permalink
v0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mattludwigs committed Nov 5, 2019
1 parent e49bb00 commit c244480
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## Changelog

## v0.6.5

* Enhancements
* Support `GetDSK` command
* Support `FailedNodeRemove` command
* Allow `zipgateway_path` configuration
* Generate the `zipgateway.cfg` to allow device specific
information to be passed into the `zipgateway` runtime.

## v0.6.4

* Enhancements
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.6.4",
version: "0.6.5",
elixir: "~> 1.5",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit c244480

Please sign in to comment.