Skip to content

Commit 7e05fd2

Browse files
committed
release template_v2.1.0
See CHANGELOG for details Signed-off-by: Mike Szczys <[email protected]>
1 parent e58ea31 commit 7e05fd2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file.
77
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
88
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10-
## [Unreleased]
10+
## [template_v2.1.0] 2024-05-06
1111

1212
### Added
1313

@@ -23,12 +23,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2323

2424
### Changed
2525

26+
- Upgrade to Golioth Firmware SDK at v0.12.2
2627
- Change `app_sensors_init` to `app_sensors_set_client`. On cellular boards,
2728
`app_sensors_set_client` is not guaranteed to run before
2829
`app_sensors_read_and_stream`, so any sensor initialization should moved to a
2930
separate function (e.g. `app_sensors_init`) that runs before
3031
`app_sensors_read_and_stream`.
31-
- Upgrade to Golioth Firmware SDK at v0.11.0
3232

3333
### Removed
3434

prj.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ CONFIG_GOLIOTH_RPC_MAX_RESPONSE_LEN=512
5757
CONFIG_I2C=y
5858

5959
# Firmware version used in DFU process
60-
CONFIG_MCUBOOT_IMGTOOL_SIGN_VERSION="2.0.0"
60+
CONFIG_MCUBOOT_IMGTOOL_SIGN_VERSION="2.1.0"

0 commit comments

Comments
 (0)