Skip to content

Commit 5810cff

Browse files
committed
release template_v2.3.0
see CHANGELOG for details. Signed-off-by: Mike Szczys <[email protected]>
1 parent 414741e commit 5810cff

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

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

11-
## [Unreleased]
11+
## [template_v2.3.0] - 2024-06-24
1212

1313
### Changed
1414

15-
- Upgrade `golioth/golioth-zephyr-boards` dependency to [`v1.2.0`](https://github.com/golioth/golioth-zephyr-boards/tree/v1.2.0).
15+
- Upgrade to Golioth Firmware SDK at v0.14.0
16+
- Use CBOR instead of JSON when sending stream data.
17+
- Upgrade `golioth/golioth-zephyr-boards` dependency to
18+
[`v1.2.0`](https://github.com/golioth/golioth-zephyr-boards/tree/v1.2.0).
1619

1720
## [template_v2.2.1] - 2024-05-31
1821

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.2.1"
60+
CONFIG_MCUBOOT_IMGTOOL_SIGN_VERSION="2.3.0"

0 commit comments

Comments
 (0)