Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
v0.8.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mobileoverlord committed Sep 29, 2020
1 parent 9bca360 commit 5b32e62
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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"]],
Expand Down

0 comments on commit 5b32e62

Please sign in to comment.