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(