From 5b32e6291f2ae258580108c5cfad9cc69c2a33ff Mon Sep 17 00:00:00 2001 From: Justin Schneck Date: Tue, 29 Sep 2020 11:07:50 -0400 Subject: [PATCH] v0.8.2 release --- CHANGELOG.md | 8 ++++++++ mix.exs | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0d569f..b966f66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v0.8.2 + +* Enhancements + * Send fwup version to server when connecting. This is required + If you are using patchable firmware updates. +* Bug fixes + * Send entire fwup message back to NervesHubLink.Client + ## v0.8.1 * Bug fixes diff --git a/mix.exs b/mix.exs index 12a40bd..5c268b1 100644 --- a/mix.exs +++ b/mix.exs @@ -10,7 +10,7 @@ defmodule NervesHub.MixProject do def project do [ app: :nerves_hub_link_http, - version: "0.8.1", + version: "0.8.2", description: description(), dialyzer: dialyzer(), docs: [main: "readme", extras: ["README.md"]],