From 314641700107c0866b0cd1c63b71248d158c6926 Mon Sep 17 00:00:00 2001 From: Jon Date: Thu, 10 Apr 2025 12:09:41 +0930 Subject: [PATCH] chore: update release notes ref: #702 --- Release-Notes.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Release-Notes.md b/Release-Notes.md index 8bd9e105..eada82ef 100644 --- a/Release-Notes.md +++ b/Release-Notes.md @@ -1,3 +1,12 @@ +## Version 1.15.0 + +- Entities model added behind feature flag `2025-00002` and will remain behind this flag until production ready. + +- Roles model added behind feature flag `2025-00003` and will remain behind this flag until production ready. + +- Accounting Module added behind feature flag `2025-00004` and will remain behind this flag until production ready. + + ## Version 1.14.0 - Git Repository and Git Group Models added behind feature flag `2025-00001`. They will remain behind this feature flag until the Git features are fully developed and ready for use.