Skip to content

Commit db7f34f

Browse files
committed
Merge branch 'feature/add-default-config-to-audit-entity-module'
2 parents a86bce7 + 0f49b12 commit db7f34f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
## [Unreleased]
1010

11+
## [0.1.4] - 2024-13-16
12+
13+
- Added default config to `os2web_audit_entity` module.
14+
1115
## [0.1.3] - 2024-12-13
1216

1317
- Added queue logic to enhance performance.
@@ -40,7 +44,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4044
- First version of the module
4145
- Added submodule to log user CUD events.
4246

43-
[Unreleased]: https://github.com/OS2web/os2web_audit/compare/0.1.3...HEAD
47+
[Unreleased]: https://github.com/OS2web/os2web_audit/compare/0.1.4...HEAD
48+
[0.1.4]: https://github.com/OS2web/os2web_audit/compare/0.1.3...0.1.4
4449
[0.1.3]: https://github.com/OS2web/os2web_audit/compare/0.1.2...0.1.3
4550
[0.1.2]: https://github.com/OS2web/os2web_audit/compare/0.1.1...0.1.2
4651
[0.1.1]: https://github.com/OS2web/os2web_audit/compare/0.1.0...0.1.1
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
roles:
2+
anonymous: 0
3+
authenticated: 0

0 commit comments

Comments
 (0)