diff --git a/CHANGELOG.md b/CHANGELOG.md index 20de1de..f84677f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [2.5.1] - 2024-08-09 + +* Updated + * Fix issue causing shared secret authentications to fail until Erlang is able + to catch the system time up. (#225) + ## [2.5.0] - 2024-07-14 This latest release requires Elixir 1.13 or later. diff --git a/mix.exs b/mix.exs index 9c06813..b4d8c05 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule NervesHubLink.MixProject do use Mix.Project - @version "2.5.0" + @version "2.5.1" @description "Manage your Nerves fleet by connecting it to NervesHub" @source_url "https://github.com/nerves-hub/nerves_hub_link"