Skip to content

Commit

Permalink
v0.12.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jjcarstens committed Apr 27, 2022
1 parent 4080e1f commit cdeb108
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## v0.12.0

* Enhancements
* Support token authentication with NervesHub - This should be backwards compatible
but does emit a warning when the user peer client cert is used for authentication.
Use `mix nerves_hub.user auth` to generate a token if your NervesHub instance
supports it, or create in the user settings of the web.

* Bug Fixes
* Fixes a variable mismatch (thanks @pojiro)

## v0.11.1

* Bug Fixes
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 "0.11.1"
@version "0.12.0"
@source_url "https://github.com/nerves-hub/nerves_hub_cli"

def project do
Expand Down

0 comments on commit cdeb108

Please sign in to comment.