Skip to content

Commit

Permalink
v0.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jjcarstens committed May 14, 2020
1 parent 86fefe2 commit 7db4988
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## v0.8.0

* `nerves_hub_cli -> 0.10.0` - This decouples the CLI from the deprecated `:nerves_hub`
lib and frees this lib to do the same. If you are setting `:nerves_hub, org: org` in
your config, compilation will fail until you change it to use this lib key:

```elixir
config :nerves_hub_link, org: org
```
* `nerves_hub_user_api -> 0.6.0`

* Enhancements
* Updates example app
* Cleanup and structural changes
* The default NervesHub certificates are no longer stored in the `priv` directory so
if you're not using them, they won't be included.

* Fixes
* Fixes an issue where a device may get an update message from the server while
performing an update which would cause things to crash.
* decouples `:nerves_hub` config values - see note above

## v0.7.6

Various cleanup and structure changes
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ defmodule NervesHubLink.MixProject do
],
start_permanent: Mix.env() == :prod,
test_coverage: [tool: ExCoveralls],
version: "0.7.6"
version: "0.8.0"
]
end

Expand Down

0 comments on commit 7db4988

Please sign in to comment.