From 03419fc325f130e0e3c22afb9ee64a75b38da835 Mon Sep 17 00:00:00 2001 From: Ruairidh MacLeod Date: Tue, 27 May 2025 13:37:53 +0100 Subject: [PATCH] 1.0.2 --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e74e18..045611d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.2] - 2025-05-27 + +### Fixed + +- nfs_server: fix exports template for newlines + ## [1.0.1] - 2025-05-27 ### Fixed @@ -21,4 +27,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [1.0.0]: https://gitlab.eidf.ac.uk/epcc/ansible/epcc.nfs/-/tree/1.0.0 [1.0.1]: https://gitlab.eidf.ac.uk/epcc/ansible/epcc.nfs/-/tree/1.0.1 -[unreleased]: https://gitlab.eidf.ac.uk/epcc/ansible/epcc.nfs/-/compare/1.0.1...main +[1.0.2]: https://gitlab.eidf.ac.uk/epcc/ansible/epcc.nfs/-/tree/1.0.2 +[unreleased]: https://gitlab.eidf.ac.uk/epcc/ansible/epcc.nfs/-/compare/1.0.2...main -- GitLab