Skip to content

Commit 097306c

Browse files
committed
release v2.8.0
see CHANGELOG for details Signed-off-by: Mike Szczys <mike@golioth.io>
1 parent 69e5be8 commit 097306c

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ 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.8.0] - 2025-10-10
12+
13+
### Changed
14+
15+
- Upgrade to Golioth Firmware SDK at
16+
[`v0.21.0`](https://github.com/golioth/golioth-firmware-sdk/releases/tag/v0.21.0)
17+
- Upgrade golioth-zephyr-boards to
18+
[`v2.1.1`](https://github.com/golioth/golioth-zephyr-boards/releases/tag/v2.1.1)
19+
- Upgrade golioth-battery-monitor to
20+
[`v1.1.0`](https://github.com/golioth/battery-monitor/releases/tag/v1.1.0)
21+
1122
## [template_v2.7.2] - 2025-06-03
1223

1324
### Changed

VERSION

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

0 commit comments

Comments
 (0)