From d688e0f62f666546fac499bd29db992a6d2f3164 Mon Sep 17 00:00:00 2001 From: Eric Oestrich Date: Tue, 19 Mar 2024 11:44:13 -0400 Subject: [PATCH] v2.2.0 release (#160) --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 576808a..b4b2f6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [2.2.0] - 2024-03-18 + +This update includes Archives, which is an extra fwup file that is downloaded as part +of a deployment. This allows you to send an update for something smaller than the whole +firmware. Archives are validated with separate public keys for safety. + +* Added + * Archive downloading and processing for extra packages + ## [2.1.1] - 2024-02-05 * Fixed diff --git a/mix.exs b/mix.exs index 79e2056..f1cd102 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule NervesHubLink.MixProject do use Mix.Project - @version "2.1.1" + @version "2.2.0" @source_url "https://github.com/nerves-hub/nerves_hub_link" Application.put_env(