Skip to content

Commit

Permalink
Release v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorRigby committed May 4, 2021
1 parent 2f0bba3 commit 7b0f92b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.11.1

* Bug Fixes
* Fixes issue using a `:ca_store` module from the root project by forcing
a full compile of the project, which implicitly loads the needed module.

## v0.11.0

* Breaking Changes
Expand All @@ -8,7 +14,7 @@
then no changes are required.
If you are manually supplying `:ca_certs` config value to connect to another instance
of NervesHub, then you will need to update you config following the new instructions
for [Configuration](https://github.com/nerves-hub/nerves_hub_user_api#configuration)
for [Configuration](https://github.com/nerves-hub/nerves_hub_user_api#configuration)
in the NervesHubUserAPI README.

## v0.10.5
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ automation. The following variables are available:
For more information on using the CLI, see the
[`nerves_hub_link`](https://github.com/nerves-hub/nerves_hub_link) documentation.


## Connecting to other environments

NervesHubCLI can be directed to target other environments beside the public
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.0"
@version "0.11.1"
@source_url "https://github.com/nerves-hub/nerves_hub_cli"

def project do
Expand Down

0 comments on commit 7b0f92b

Please sign in to comment.