Skip to content

Commit

Permalink
v0.10.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jjcarstens committed Mar 8, 2021
1 parent ae3bc0d commit 9e6a2a8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 0.10.0

* `nerves_hub_link_common 0.2.0`

* Enhancements
* Report API version to NervesHub. While there's currently only one version of
the Device API, this is anticipation that we may want to change it in the future.
* On reconnect, notify NervesHub of firmware currently being downloaded so
that NervesHub can differentiate failed firmware updates from network hiccups.
* Allow devices to implement their own reboot logic by implementing the
`NervesHubLink.Client.reboot/0` callback

* Fixes
* Check `firmware_url` is valid before attempting update

## 0.9.4

* Enhancements
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule NervesHubLink.MixProject do
use Mix.Project

@version "0.9.4"
@version "0.10.0"
@source_url "https://github.com/nerves-hub/nerves_hub_link"

Application.put_env(
Expand Down

0 comments on commit 9e6a2a8

Please sign in to comment.