Skip to content

Commit 1010dc0

Browse files
committed
release template_v2.4.0
See CHANGELOG for details. Signed-off-by: Mike Szczys <[email protected]>
1 parent ecbe5df commit 1010dc0

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,24 @@ All notable changes to this project will be documented in this file.
88
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
99
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1010

11+
## [template_v2.4.0] - 2024-09-05
12+
13+
### Changed
14+
15+
- Upgrade to Golioth Firmware SDK at
16+
[`v0.15.0`](https://github.com/golioth/golioth-firmware-sdk/releases/tag/v0.15.0)
17+
- Add sample `pipeline` to configure routing stream data (See [Data
18+
Routing](https://docs.golioth.io/data-routing) documentation)
19+
- Upgrade `golioth/golioth-zephyr-boards` dependency to
20+
[`v2.0.0`](https://github.com/golioth/golioth-zephyr-boards/releases/tag/v2.0.0).
21+
- Update board names to match this change
22+
- Upgrade `golioth/zephyr-network-info` dependency to
23+
[`v1.2.0`](https://github.com/golioth/zephyr-network-info/releases/tag/v1.2.0)
24+
- Upgrade `golioth/libostentus` dependency to
25+
[`v2.0.0`](https://github.com/golioth/libostentus/releases/tag/v2.0.0)
26+
- Use VERSION file to indicate version number of firmware being built. This number is used by
27+
MCUboot to verify the correct version is running after an OTA firmware update.
28+
1129
## [template_v2.3.0] - 2024-06-24
1230

1331
### Changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
VERSION_MAJOR = 2
2-
VERSION_MINOR = 3
2+
VERSION_MINOR = 4
33
PATCHLEVEL = 0
44
VERSION_TWEAK = 0
55
EXTRAVERSION =

0 commit comments

Comments
 (0)