From 026de97610f26e4c83d16a2e60e50d0a2fb146c7 Mon Sep 17 00:00:00 2001 From: MarkoSagadin Date: Mon, 30 Oct 2023 18:45:49 +0100 Subject: [PATCH] Update changelog before the release --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6258a8f..413c07c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,3 +5,19 @@ 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.0.0/) ## [Unreleased] + +This is the first release done with the CI release process. + +### Added + +- Support for `EAST_BUILD_TYPE` define flag. This library now uses our East + tool to determine at compile time what build type is being used. Related + `CONFIG_VERSION_INFO_APP_BUILD_TYPE_USER` can be used to manually specify + the build type. +- CI infrastructure was updated. + + +### Changed + +- Project structure. This library now uses the most recent project structure + from our irnas-zephyr-template.