diff --git a/CHANGELOG.md b/CHANGELOG.md index d0b65b1..4bbbf97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 0.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 instructions of + [CA Certificates](https://hexdocs.pm/nerves_hub_link/readme.html#ca-certificates) in the README. + ## 0.10.2 * Fixes diff --git a/README.md b/README.md index 6c84c69..b707f68 100644 --- a/README.md +++ b/README.md @@ -86,8 +86,8 @@ your dependencies. For example: defp deps(target) do [ {:nerves_runtime, "~> 0.11"}, - {:nerves_hub_link, "~> 0.9"}, - {:nerves_time, "~> 0.2"}, + {:nerves_hub_link, "~> 0.11"}, + {:nerves_time, "~> 0.4"}, ... ] ++ system(target) end diff --git a/mix.exs b/mix.exs index c0a33a3..ca022e0 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule NervesHubLink.MixProject do use Mix.Project - @version "0.10.2" + @version "0.11.0" @source_url "https://github.com/nerves-hub/nerves_hub_link" Application.put_env(