From c6f8335694fc69f4bf64e2b79bb7fda2bacf721b Mon Sep 17 00:00:00 2001 From: Daniil Klimuk Date: Fri, 20 Dec 2024 16:30:30 +0100 Subject: [PATCH] CHANGELOG.md: add 2.1.2 Signed-off-by: Daniil Klimuk --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b0fa16a..98c0c153 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ 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/). +## [2.1.2] - 2024-12-20 + +### Changed +- .github/workflows/test.yml: Improve test workflow (#200) +- kas: cache.yml: don't use local hash equivalence server +- distro: bump to 2.1.2 + + +### Fixed +- dts-scripts: fix acpidump command in HCL report +- distro: dts: dts-scripts: fix for empty credentials +- distro: dts: dts-scripts: change DTS Extensions message + + ## [2.1.1] - 2024-12-13 ### Added @@ -984,6 +998,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Initial public release - Fix README +[2.1.2]: https://github.com/Dasharo/meta-dts/compare/v2.1.1..v2.1.2 [2.1.1]: https://github.com/Dasharo/meta-dts/compare/v2.1.0..v2.1.1 [2.1.0]: https://github.com/Dasharo/meta-dts/compare/v2.0.1-rc3..v2.1.0 [2.0.1-rc3]: https://github.com/Dasharo/meta-dts/compare/v2.0.1-rc2..v2.0.1-rc3