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 May 17, 2024
1 parent 8a6e7b3 commit aa0c3bd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,17 @@ 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] - Unreleased
## [1.3.0] - 2024-05-17

### Changed
- Merge Reference Design template v2.1.0
- Merge changes from
[`golioth/reference-design-template@template_v2.1.0`](https://github.com/golioth/reference-design-template/tree/template_v2.1.0).

### Fixed

- Changing "reset_cumulative" to true will now immediatey update cumulative state on the cloud
instead of waiting for the next sensor reading to do so.
- Sensor readings now update Ostententus faceplate (if one is connected).

## [1.2.0] - 2023-07-18

Expand Down
2 changes: 1 addition & 1 deletion prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ CONFIG_I2C=y
CONFIG_SENSOR=y

# Firmware version used in DFU process
CONFIG_MCUBOOT_IMGTOOL_SIGN_VERSION="1.2.0"
CONFIG_MCUBOOT_IMGTOOL_SIGN_VERSION="1.3.0"

0 comments on commit aa0c3bd

Please sign in to comment.