Skip to content

Commit af9dab8

Browse files
committed
release template_v2.4.1
see CHANGELOG for details Signed-off-by: Mike Szczys <[email protected]>
1 parent b2c135b commit af9dab8

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.4.1] - 2024-09-11
12+
13+
### Changed
14+
15+
- Use `--sysbuild` for all boards.
16+
- Upgrade `golioth/golioth-zephyr-boards` dependency to
17+
[`v2.0.1`](https://github.com/golioth/golioth-zephyr-boards/releases/tag/v2.0.1).
18+
- Use static partition table.
19+
1120
## [template_v2.4.0] - 2024-09-05
1221

1322
### Changed

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 = 4
3-
PATCHLEVEL = 0
3+
PATCHLEVEL = 1
44
VERSION_TWEAK = 0
55
EXTRAVERSION =

0 commit comments

Comments
 (0)