From fd21c52d966527f98bd395a3e0eaf6496dd12f49 Mon Sep 17 00:00:00 2001 From: jekuaitk Date: Fri, 28 Feb 2025 08:55:08 +0100 Subject: [PATCH] Release 0.2.2 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 262c86f..7871abd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.2] - 2025-02-28 + - Updated logging messages. - Checked nested elements when checking for CPR values. @@ -66,7 +68,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - First version of the module - Added submodule to log user CUD events. -[Unreleased]: https://github.com/OS2web/os2web_audit/compare/0.2.1...HEAD +[Unreleased]: https://github.com/OS2web/os2web_audit/compare/0.2.2...HEAD +[0.2.2]: https://github.com/OS2web/os2web_audit/compare/0.2.1...0.2.2 [0.2.1]: https://github.com/OS2web/os2web_audit/compare/0.2.0...0.2.1 [0.2.0]: https://github.com/OS2web/os2web_audit/compare/0.1.6...0.2.0 [0.1.6]: https://github.com/OS2web/os2web_audit/compare/0.1.5...0.1.6