Skip to content

Commit

Permalink
v0.10.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jjcarstens committed Dec 11, 2020
1 parent e462979 commit e9bc12d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v0.10.5

* Bug Fixes
* Fixes issue rendering devices when the device does not have any tags

* Enhancements
* Certificate serials are now also displayed as a hex value to match OpenSSL output
* Add cert description to ca_certificate list
* More specific location output when creating user auth cert

## v0.10.4

* 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 "0.10.4"
@version "0.10.5"
@source_url "https://github.com/nerves-hub/nerves_hub_cli"

def project do
Expand Down

0 comments on commit e9bc12d

Please sign in to comment.