Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mobileoverlord committed Dec 7, 2018
1 parent 464dba8 commit 6b0c8f5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## v0.5.0

* Enhancements
* Added mix tasks
* `mix nerves_hub.ca_certificate list` - List all ca certificates for an org.
* `mix nerves_hub.ca_certificate create CERT_PATH` - Add a CA certificate.
* `mix nerves_hub.ca_certificate delete CERT_SERIAL`- Delete a CA certificate.
* The API modules have been moved to `nerves_hub_core` for runtime reusability.

* Bug Fixes
* Improved error handling when uploading unsigned firmware.

## v0.4.0

* Enhancements
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule NervesHubCLI.MixProject do
def project do
[
app: :nerves_hub_cli,
version: "0.4.0",
version: "0.5.0",
elixir: "~> 1.6",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit 6b0c8f5

Please sign in to comment.