From 1f776cc7cdc367ee55e1588404c3d08319b58b00 Mon Sep 17 00:00:00 2001 From: Mike Szczys Date: Wed, 8 Nov 2023 13:22:34 -0600 Subject: [PATCH] release template_v1.2.0 See CHANGELOG for details Signed-off-by: Mike Szczys --- CHANGELOG.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8b9fee..d7a1da2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,15 +7,21 @@ 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_v1.2.0] - 2023-11-08 -### Fixed - -- Fix build error when `CONFIG_LIB_OSTENTUS=n` on the `aludel_mini_v1_sparkfun9160` board. +### Added +- GitHub workflow to create draft release and add compiled binaries to it. ### Changed - +- Update to most recent Golioth Zephyr SDK release v0.8.0 which uses: + - nRF Connect SDK v2.5.0(NCS) + - Zephyr v3.5.0 - Upgrade `golioth/golioth-zephyr-boards` dependency to [`v1.0.1`](https://github.com/golioth/golioth-zephyr-boards/tree/v1.0.1) +- Dependencies use https instead of ssh GitHub URLs +- libostentus removed from code base and included as a Zephyr module + +### Fixed +- Fix build error when `CONFIG_LIB_OSTENTUS=n` on the `aludel_mini_v1_sparkfun9160` board. ## [template_v1.1.0] - 2023-08-18