Skip to content

Commit

Permalink
v2.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jjcarstens committed Apr 19, 2024
1 parent 47ff6a7 commit 0d3df9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## unreleased

## v2.0.1

* Updated
* You can now use a single URI for defining the NervesHub instance you are connecting.
* `CAStore` is now an optional dep. If you have included `CAStore` in your Nerves project it will be used, otherwise `:public_key` will be the fallback.
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"
@version "2.0.1"
@source_url "https://github.com/nerves-hub/nerves_hub_cli"

def project do
Expand Down

0 comments on commit 0d3df9b

Please sign in to comment.