Skip to content

Commit e49422e

Browse files
committed
release v1.7.0
see CHANGELOG for details Signed-off-by: Mike Szczys <[email protected]>
1 parent 95b64ae commit e49422e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ 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+
## [v1.7.0] - 2025-10-10
11+
12+
### Changed
13+
14+
- Merge changes from
15+
[`golioth/reference-design-template@template_v2.8.0`](https://github.com/golioth/reference-design-template/tree/template_v2.8.0).
16+
17+
### Fixed
18+
19+
- thingy91x: removed workaround for green/blue LEDs now that an upstream
20+
fix was implemented.
21+
1022
## [1.6.0] - 2025-06-03
1123

1224
### Changed

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 = 6
2+
VERSION_MINOR = 7
33
PATCHLEVEL = 0
44
VERSION_TWEAK = 0
55
EXTRAVERSION =

0 commit comments

Comments
 (0)