From 44537dd5895cfb61182ada74442c18c5d6fadaae Mon Sep 17 00:00:00 2001 From: Ruairidh MacLeod Date: Thu, 1 May 2025 15:03:09 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38b1ab1..f41fe8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.1] - 2025-05-01 + +## Changed + - Updated documentation to match collection restructure ## [1.0.0] - 2025-05-01 @@ -16,4 +20,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial `epcc.microk8s` collection [1.0.0]: https://gitlab.eidf.ac.uk/epcc/ansible/epcc.microk8s/-/tree/1.0.0 -[unreleased]: https://gitlab.eidf.ac.uk/epcc/ansible/epcc.microk8s/-/compare/1.0.0...main +[1.0.1]: https://gitlab.eidf.ac.uk/epcc/ansible/epcc.microk8s/-/compare/1.0.0...1.0.1 +[unreleased]: https://gitlab.eidf.ac.uk/epcc/ansible/epcc.microk8s/-/compare/1.0.1...main -- GitLab