Skip to content

Commit 4645c32

Browse files
committed
release v1.6.0
see CHANGELOG for details Signed-off-by: Mike Szczys <[email protected]>
1 parent 07b20d7 commit 4645c32

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,20 @@ All notable changes to this project will be documented in this file.
77

88
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10-
## [1.5.0] - 2024-01-24
10+
## [1.6.0] - 2025-06-03
11+
12+
### Changed
13+
14+
- Merge changes from
15+
[`golioth/reference-design-template@template_v2.7.2`](https://github.com/golioth/reference-design-template/tree/template_v2.7.2).
16+
- Removed `CONFIG_GOLIOTH_SAMPLE_SETTINGS` from prj.conf. With Golioth
17+
Firmware SDK v0.18.1 this symbol is now automatically selected.
18+
19+
### Fixed
20+
21+
- CHANGELOG: use correct date for release v1.5.0
22+
23+
## [1.5.0] - 2025-02-11
1124

1225
### Added
1326

VERSION

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

0 commit comments

Comments
 (0)