From 3e756478eab829db55ffb582e8525ce18b5c5bf6 Mon Sep 17 00:00:00 2001 From: Jesper Kristensen Date: Thu, 17 Oct 2024 12:53:10 +0200 Subject: [PATCH 1/2] ITKDev: Dumped version --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 550db7f..5227429 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.3] - 2024-10-17 + +- Downgraded drush requirements - to make actions work + ## [0.0.2] - 2024-10-16 - Upgraded to support Drupal 10.x From fc4081a2d70c717eb178e7f99a1aebe933a8d8a0 Mon Sep 17 00:00:00 2001 From: Jesper Kristensen Date: Mon, 21 Oct 2024 12:24:46 +0200 Subject: [PATCH 2/2] ITKDev: Bumped version --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5227429..54da9b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.0] - 2024-10-21 + +- Moved drush services into own yml file (drush 12) +- Fixed missing index in configuration pages + ## [0.0.3] - 2024-10-17 - Downgraded drush requirements - to make actions work @@ -22,5 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added submodule to log user CUD events. [Unreleased]: https://github.com/OS2web/os2web_audit/compare/develop...HEAD +[0.1.0]: https://github.com/OS2web/os2web_audit/compare/0.0.3...0.1.0 +[0.0.2]: https://github.com/OS2web/os2web_audit/compare/0.0.2...0.0.3 [0.0.2]: https://github.com/OS2web/os2web_audit/compare/0.0.1...0.0.2 -[0.0.1]: https://github.com/OS2web/os2web_audit/releases/tag/0.0.1 \ No newline at end of file +[0.0.1]: https://github.com/OS2web/os2web_audit/releases/tag/0.0.1