Skip to content

Commit 4ce275f

Browse files
committed
release v1.3.0
see CHANGELOG for details Signed-off-by: Mike Szczys <[email protected]>
1 parent f093d0f commit 4ce275f

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ 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.3.0] - 2024-10-03
11+
12+
### Added
13+
14+
- Pipeline example
15+
16+
### Changed
17+
18+
- Merge changes from
19+
[`golioth/reference-design-template@template_v2.4.1`](https://github.com/golioth/reference-design-template/tree/template_v2.4.1).
20+
- Update board name for Zephyr hardware model v2
21+
- Use `VERSION` file instead of `prj.conf` to set firmware version
22+
1023
## [1.2.0] - 2024-05-03
1124

1225
### Changed

VERSION

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

0 commit comments

Comments
 (0)