Skip to content

Commit

Permalink
release template_v2.3.0
Browse files Browse the repository at this point in the history
see CHANGELOG for details.

Signed-off-by: Mike Szczys <mike@golioth.io>
  • Loading branch information
szczys committed Jun 25, 2024
1 parent 414741e commit 5810cff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@ 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).

## [Unreleased]
## [template_v2.3.0] - 2024-06-24

### Changed

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

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

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

0 comments on commit 5810cff

Please sign in to comment.