From bd30d590734d21b5663db209c0b9097c1508773f Mon Sep 17 00:00:00 2001 From: Radu Stefan Date: Wed, 25 Jan 2023 11:01:56 +0000 Subject: [PATCH] update changelog --- CHANGELOG.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f8fd12..b97f240 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Change Log -## Version 0.24.1 / Stage: beta (24.01.2022) +## Version 0.24.1 / Stage: beta (25.01.2023) + +### 🚀 Improved in this version: +- [#44 - Credential files should support relative paths](https://github.com/dynatrace-extensions/dynatrace-extensions-copilot/issues/44) +- [#23 - Checks and warnings regarding YAML Schema extension](https://github.com/dynatrace-extensions/dynatrace-extensions-copilot/issues/23) + +### 🪲 Fixed in this version: +- [#49 - Internal repo checks don't cover Python repos](https://github.com/dynatrace-extensions/dynatrace-extensions-copilot/issues/49) +- [#48 - Build command breaks if name or version is surrounded by quotes](https://github.com/dynatrace-extensions/dynatrace-extensions-copilot/issues/48) + +--- + +## Version 0.24.1 / Stage: beta (24.01.2023) ### ✨ New in this version: - [#43 - Code action idea - generate alerts JSON](https://github.com/dynatrace-extensions/dynatrace-extensions-copilot/issues/43) @@ -16,14 +28,14 @@ --- -## Version 0.22.3 / Stage: beta (06.01.2022) +## Version 0.22.3 / Stage: beta (06.01.2023) ### 🪲 Fixed in this version: - Certificates are not being uploaded to local installations correctly --- -## Version 0.22.2 / Stage: beta (06.01.2022) +## Version 0.22.2 / Stage: beta (06.01.2023) ### 🚀 Improved in this version: - Increased logging in DevTools to aid troubleshooting