From 0d3df9b502f903f69a984cc94d020da2a8c8ce65 Mon Sep 17 00:00:00 2001 From: Jon Carstens Date: Fri, 19 Apr 2024 07:15:41 -0600 Subject: [PATCH] v2.0.1 release --- CHANGELOG.md | 2 ++ mix.exs | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1a11bc..2135686 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## unreleased +## v2.0.1 + * Updated * You can now use a single URI for defining the NervesHub instance you are connecting. * `CAStore` is now an optional dep. If you have included `CAStore` in your Nerves project it will be used, otherwise `:public_key` will be the fallback. diff --git a/mix.exs b/mix.exs index 015e0be..d0bd46e 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule NervesHubCLI.MixProject do use Mix.Project - @version "2.0.0" + @version "2.0.1" @source_url "https://github.com/nerves-hub/nerves_hub_cli" def project do