Skip to content

Commit 1a49c20

Browse files
committed
release v1.2.0
See CHANGELOG for details. Signed-off-by: Mike Szczys <mike@golioth.io>
1 parent 602856d commit 1a49c20

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ 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.2.0] - 2024-05-03
11+
12+
### Changed
13+
14+
- Merge changes from
15+
[`golioth/reference-design-template@template_v2.2.1`](https://github.com/golioth/reference-design-template/releases/tag/template_v2.2.1).
16+
This targets Golioth Firmware SDK v0.13.1.
17+
- The count of the sensor reads (both up and down) which are recorded using LightDB State will now
18+
wrap around when reaching max/min value.
19+
- LightDB State observations are received as JSON replies from the server instead of CBOR.
20+
- Turn off unused shells (ADXL372, FLASH, SENSOR) to reduce binary size.
21+
1022
## [1.1.0] - 2024-01-12
1123

1224
### Added

prj.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ CONFIG_PWM=y
7272
CONFIG_PWM_LOG_LEVEL_DBG=n
7373

7474
# Firmware version used in DFU process
75-
CONFIG_MCUBOOT_IMGTOOL_SIGN_VERSION="1.1.0"
75+
CONFIG_MCUBOOT_IMGTOOL_SIGN_VERSION="1.2.0"
7676

7777
# Disable unused libraries to save flash
7878
CONFIG_ADXL372=n

0 commit comments

Comments
 (0)