Skip to content

Commit

Permalink
v2.4.0 release (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
oestrich authored Jun 25, 2024
1 parent 8ceb474 commit 207ca0e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## unreleased

## [2.4.0] - 2024-06-24

* Added
* Configure heartbeat msec (#197)
* Apply backpressure to downloader on slow updates (#202)
* Updated
* Fix no match error when uploading files (#190)
* Make shared secret auth the default (#176)
* Archive public keys can default to fwup public keys if not configured (#187)

## [2.3.0] - 2024-05-11

* Added
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule NervesHubLink.MixProject do
use Mix.Project

@version "2.3.0"
@version "2.4.0"
@description "Manage your Nerves fleet by connecting it to NervesHub"
@source_url "https://github.com/nerves-hub/nerves_hub_link"

Expand Down

0 comments on commit 207ca0e

Please sign in to comment.