Skip to content

Commit d48f899

Browse files
committed
release v2.7.2
see CHANGELOG for details Signed-off-by: Mike Szczys <[email protected]>
1 parent f1f617a commit d48f899

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ 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.7.2] - 2025-06-03
12+
13+
### Changed
14+
15+
- Upgrade to Golioth Firmware SDK at
16+
[`v0.18.1`](https://github.com/golioth/golioth-firmware-sdk/releases/tag/v0.18.1)
17+
- Removed `CONFIG_GOLIOTH_SAMPLE_SETTINGS` from prj.conf. With Golioth
18+
Firmware SDK v0.18.1 this symbol is now automatically selected.
19+
1120
## [template_v2.7.1] - 2025-05-12
1221

1322
### Fixed

VERSION

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

0 commit comments

Comments
 (0)