From 7b0f92b253078302b6c66f7371a716d1e366d6d0 Mon Sep 17 00:00:00 2001 From: Connor Rigby Date: Tue, 4 May 2021 08:26:10 -0600 Subject: [PATCH] Release v0.11.1 --- CHANGELOG.md | 8 +++++++- README.md | 1 - mix.exs | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33d546e..fc67d6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/README.md b/README.md index b6d0898..cb46d53 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/mix.exs b/mix.exs index c1b822a..910ce57 100644 --- a/mix.exs +++ b/mix.exs @@ -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