From c244480982a7d16c90a4222a16ee9656976672c9 Mon Sep 17 00:00:00 2001 From: Matt Ludwigs Date: Tue, 5 Nov 2019 09:04:41 -0700 Subject: [PATCH] v0.6.5 --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed9df86c..8e2e2cd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/mix.exs b/mix.exs index 7efcd55c..3a77a02e 100644 --- a/mix.exs +++ b/mix.exs @@ -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,