Skip to content

Commit 80ec79e

Browse files
committed
release v1.5.0
see CHANGELOG for details Signed-off-by: Mike Szczys <[email protected]>
1 parent 8bb6183 commit 80ec79e

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ 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
11+
12+
### Added
13+
14+
- Unique package names for each board. Use `thingy91` or `thingy91x` when creating OTA packages.
15+
16+
### Changed
17+
18+
- Merge changes from
19+
[`golioth/reference-design-template@template_v2.6.0`](https://github.com/golioth/reference-design-template/tree/template_v2.6.0).
20+
1021
## [1.4.0] - 2024-12-20
1122

1223
### Added

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

0 commit comments

Comments
 (0)