File tree Expand file tree Collapse file tree 2 files changed +27
-2
lines changed
Expand file tree Collapse file tree 2 files changed +27
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,32 @@ 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.6.0] - 2024-01-24
11+ ## [ template_v2.7.0] - 2025-05-09
12+
13+ ### Changed
14+
15+ - Upgrade to Golioth Firmware SDK at
16+ [ ` v0.18.0 ` ] ( https://github.com/golioth/golioth-firmware-sdk/releases/tag/v0.18.0 )
17+ - Kconfig: move symbols common to nRF91 to overlay in new ` socs ` folder.
18+ - Use CONFIG_SOC_SERIES_NRF91X over CONFIG_SOC_NRF9160 to better support
19+ nRF91 series (eg: nRF9151).
20+ - Battery monitor is now a separate Zephyr module.
21+ - README: moved from RST to MD.
22+
23+ ### Added
24+
25+ - Kconfig symbol for CoAP path length based on SDK guidance.
26+
27+ ### Fixed
28+
29+ - Corrected CHANGELOG year for template_v2.6.0 release.
30+ - Gracefully handle devicetree with no ` golioth_led ` alias.
31+
32+ ### Removed
33+
34+ - Remove support for Aludel Mini hardware which is now end-of-life.
35+
36+ ## [ template_v2.6.0] - 2025-01-24
1237
1338### Changed
1439
Original file line number Diff line number Diff line change 11VERSION_MAJOR = 2
2- VERSION_MINOR = 6
2+ VERSION_MINOR = 7
33PATCHLEVEL = 0
44VERSION_TWEAK = 0
55EXTRAVERSION =
You can’t perform that action at this time.
0 commit comments