Skip to content

Commit

Permalink
Release v0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorRigby committed Feb 8, 2021
1 parent aa09429 commit ed61c16
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# Changelog

## 0.9.4

* Enhancements
* Supports resuming failed downloads by offloading the responsibility of downloading
and applying updates to a new package: `nerves_hub_link_common`

## v0.9.3

* Fixes
* Fixes misleading default error message report
* Ensures `:nerves_key` is started before use to deal with optional dependency
start order bug
start order bug

## v0.9.2

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.3"
@version "0.9.4"
@source_url "https://github.com/nerves-hub/nerves_hub_link"

Application.put_env(
Expand Down

0 comments on commit ed61c16

Please sign in to comment.