Skip to content

Commit de144c2

Browse files
committed
release v2.2.0
See CHANGELOG for details. Signed-off-by: Mike Szczys <[email protected]>
1 parent 9152af9 commit de144c2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ 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+
## [template_v2.2.0] 2024-05-28
11+
12+
### Changed
13+
14+
- Upgrade to Golioth Firmware SDK at v0.13.0
15+
- Change `golioth_lightdb_observe_async()` call to include content type as a parameter
16+
1017
## [template_v2.1.0] 2024-05-06
1118

1219
### Added

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.1.0"
60+
CONFIG_MCUBOOT_IMGTOOL_SIGN_VERSION="2.2.0"

0 commit comments

Comments
 (0)