diff --git a/CHANGELOG.md b/CHANGELOG.md index 90ce075..4c57e03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/VERSION b/VERSION index b0f6f99..b9bcb1b 100644 --- a/VERSION +++ b/VERSION @@ -1,5 +1,5 @@ -VERSION_MAJOR = 2 -VERSION_MINOR = 4 -PATCHLEVEL = 1 +VERSION_MAJOR = 1 +VERSION_MINOR = 3 +PATCHLEVEL = 0 VERSION_TWEAK = 0 EXTRAVERSION =