Skip to content

Commit

Permalink
release v1.3.0
Browse files Browse the repository at this point in the history
see CHANGELOG for details

Signed-off-by: Mike Szczys <[email protected]>
  • Loading branch information
szczys committed Sep 30, 2024
1 parent f093d0f commit 4ce275f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ All notable changes to this project will be documented in this file.

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).

## [1.3.0] - 2024-10-03

### Added

- Pipeline example

### Changed

- Merge changes from
[`golioth/reference-design-template@template_v2.4.1`](https://github.com/golioth/reference-design-template/tree/template_v2.4.1).
- Update board name for Zephyr hardware model v2
- Use `VERSION` file instead of `prj.conf` to set firmware version

## [1.2.0] - 2024-05-03

### Changed
Expand Down
6 changes: 3 additions & 3 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_MAJOR = 2
VERSION_MINOR = 4
PATCHLEVEL = 1
VERSION_MAJOR = 1
VERSION_MINOR = 3
PATCHLEVEL = 0
VERSION_TWEAK = 0
EXTRAVERSION =

0 comments on commit 4ce275f

Please sign in to comment.