File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,24 @@ All notable changes to this project will be documented in this file.
88The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
99and 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
Original file line number Diff line number Diff line change 11VERSION_MAJOR = 2
2- VERSION_MINOR = 3
2+ VERSION_MINOR = 4
33PATCHLEVEL = 0
44VERSION_TWEAK = 0
55EXTRAVERSION =
You can’t perform that action at this time.
0 commit comments