Skip to content

Commit

Permalink
v2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jjcarstens committed Feb 5, 2024
1 parent 30b94fb commit 023d5a3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## v2.0.0

Update for compatibility with NervesHub 2.0

* Removed
* Remove signing devices (and users) by NervesHub. It is now expected that users
manage their own device signer certificates. Device certificates can still be
created locally with `mix nerves_hub.device cert create --signer-cert /path/signer-cert.pem --signer-key /path/signer-key.pem`
* Remove resolving public keys for fwup. This must now be explicitly set

* Updated
* Swap to the Mint adapter instead of `:hackney`

* Added
* `:nerves_hub_user_api` has now been merged into this lib

## v0.12.0

* 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 NervesHubCLI.MixProject do
use Mix.Project

@version "2.0.0-dev"
@version "2.0.0"
@source_url "https://github.com/nerves-hub/nerves_hub_cli"

def project do
Expand Down

0 comments on commit 023d5a3

Please sign in to comment.