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"]],