Skip to content

Commit

Permalink
Release v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorRigby committed Apr 16, 2021
1 parent 6f5644e commit 329c024
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.11.0

* Breaking Changes
* This release includes a change to how CA certificates are used in the connection
to NervesHub. If you are connecting to the publicly hosted https://nerves-hub.org,
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)
in the NervesHubUserAPI README.

## v0.10.5

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

def project do
Expand Down

0 comments on commit 329c024

Please sign in to comment.