@@ -7,7 +7,34 @@ 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- ## [ 1.0.1] - 2023-07-14
10+ ## [ template_v1.1.0] - 2023-08-18
11+
12+ ### Breaking Changes
13+ - Golioth services (RPC, Settings, etc.) now use zcbor instead of qcbor
14+ - golioth-zephyr-boards repo now included as a module
15+ - Remove ` golioth-boards ` directory
16+ - Remove ` golioth-boards ` from .gitignore
17+ - Remove ` zephyr/module.yml `
18+ - zephyr-network-info repo no included as a module
19+ - Remove ` src/network_info ` directory
20+ - Remove ` network_info/ ` from .gitignore
21+ - Remove ` add_subdirectory(src/network_info) ` from CMakeLists.txt
22+
23+ ### Changed
24+ - update to most recent Golioth Zephyr SDK release v0.7.1 which uses:
25+ - nRF Connect SDK v2.4.1 (NCS)
26+ - Zephyr v3.3.99-ncs1-1
27+ - update DFU flash.c/flash.h files
28+ - update board config for nrf9160dk_nrf9160_ns and aludel_mini_v1_sparkfun9160_ns
29+ - update LTE link control: Disable samples/common link control and use in-app link control to start
30+ connection asynchronously
31+
32+ ### Fixed
33+ - main.c: return int from main()
34+ - battery_monitor.c: use void as initialization param
35+ - main.c: use LOG_ERR() instead of printk() for button errors
36+
37+ ## [ template_v1.0.1] - 2023-07-14
1138
1239### Fixed
1340- Turn on Golioth LED when connected
@@ -19,7 +46,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1946- Typos
2047- Document forking/merging recommendations
2148
22- ## [ 1 .0.0] - 2023-07-11
49+ ## [ template_v1 .0.0] - 2023-07-11
2350
2451### Added
2552- Initial release
0 commit comments