Skip to content

Commit

Permalink
release v2.2.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 28, 2024
1 parent 44715e5 commit b9252ee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ 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).

## [template_v2.2.0] 2024-05-28

### Changed

- Upgrade to Golioth Firmware SDK at v0.13.0
- Change `golioth_lightdb_observe_async()` call to include content type as a parameter

## [template_v2.1.0] 2024-05-06

### Added
Expand Down
2 changes: 1 addition & 1 deletion prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ CONFIG_GOLIOTH_RPC_MAX_RESPONSE_LEN=512
CONFIG_I2C=y

# Firmware version used in DFU process
CONFIG_MCUBOOT_IMGTOOL_SIGN_VERSION="2.1.0"
CONFIG_MCUBOOT_IMGTOOL_SIGN_VERSION="2.2.0"

0 comments on commit b9252ee

Please sign in to comment.