Skip to content
This repository was archived by the owner on Mar 8, 2025. It is now read-only.

Commit 9133418

Browse files
v0.5.0 release
1 parent 900027e commit 9133418

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v0.5.0
4+
5+
* Enhancements
6+
* nerves_hub_cli: Bump to v0.7.0
7+
* The Phoenix Channel connection no longer uses the topic `firmware:firmware_uuid`
8+
and instead connects to the topic `device`.
9+
310
## v0.4.0
411

512
This release has backwards incompatible changes so please read carefully.

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule NervesHub.MixProject do
2020
],
2121
start_permanent: Mix.env() == :prod,
2222
test_coverage: [tool: ExCoveralls],
23-
version: "0.4.0"
23+
version: "0.5.0"
2424
]
2525
end
2626

0 commit comments

Comments
 (0)