Skip to content

Commit 929f774

Browse files
committed
release template_v2.0.0
This release migrates to the Golioth Firmware SDK at v0.10.0 Signed-off-by: Mike Szczys <[email protected]>
1 parent f4ef84d commit 929f774

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,29 @@ 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.0.0] - 2024-02-21
11+
12+
### Breaking Changes
13+
14+
- Migrate to Golioth Firmware SDK at v0.10.0
15+
- All header file and API call names have changed
16+
- Many Golioth Kconfig symbols have changed
17+
- OTA firmware update code is greatly simplified
18+
19+
### Added
20+
21+
- GitHub Actions workflows to build release binaries
22+
23+
### Changed
24+
25+
- Firmware version number is now passed as a symbol in the prj.conf file and not as a build argument
26+
- Use LTE Link handler from Golioth Common Library
27+
- The majority of LTE Link handler callback is logging so this has been reused from the common
28+
library
29+
- An additional callback is registered in the application just to service on-connect events
30+
- Board definitions related to Ostentus face place moved to a common file that may be included when
31+
needed
32+
1033
## [template_v1.2.0] - 2023-11-08
1134

1235
### Added

prj.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ CONFIG_NETWORK_INFO=y
4141
CONFIG_I2C=y
4242

4343
# Firmware version used in DFU process
44-
CONFIG_MCUBOOT_IMGTOOL_SIGN_VERSION="1.99.0"
44+
CONFIG_MCUBOOT_IMGTOOL_SIGN_VERSION="2.0.0"

0 commit comments

Comments
 (0)