File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed
Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,29 @@ All notable changes to this project will be documented in this file.
77The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
88and 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
Original file line number Diff line number Diff line change @@ -41,4 +41,4 @@ CONFIG_NETWORK_INFO=y
4141CONFIG_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"
You can’t perform that action at this time.
0 commit comments