From 4db7b6faf18342714819f122af29dc0c57a7c60c Mon Sep 17 00:00:00 2001 From: jekuaitk Date: Fri, 13 Dec 2024 13:06:21 +0100 Subject: [PATCH] Release 0.2.0 --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 874aba7..4848b8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0] - 2024-12-13 + - Added queue logic to enhance performance. + +## [0.1.2] - 2024-12-12 + - Add new module to track user accessing webform submissions. - Added remote ip to all log lines. @@ -35,7 +40,9 @@ 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.1.1...HEAD +[Unreleased]: https://github.com/OS2web/os2web_audit/compare/0.2.0...HEAD +[0.2.0]: https://github.com/OS2web/os2web_audit/compare/0.1.2...0.2.0 +[0.1.2]: https://github.com/OS2web/os2web_audit/compare/0.1.1...0.1.2 [0.1.1]: https://github.com/OS2web/os2web_audit/compare/0.1.0...0.1.1 [0.1.0]: https://github.com/OS2web/os2web_audit/compare/0.0.3...0.1.0 [0.0.3]: https://github.com/OS2web/os2web_audit/compare/0.0.2...0.0.3