2.5.2 (13-02-2025)
- Refactor: Moves bundles into "bundle" directory [#qubIT-Omnis-8420]
- Improvement: Creates bundle for the en local and turns the default bundle into a symbolic link to this bundle [#qubIT-Omnis-8419]
- Improvement: Translates labels in pt bundle into Portuguese [#qubIT-Omnis-8418]

2.5.1 (30-01-2025)
- Refactor: Removes ProviderStrategy class [#qubIT-Omnis-7913]
- Refactor: Removes deprecated create method in AccessControlProfile [#qubIT-Omnis-7975]

2.5.0 (20-01-2025)
- Refactor: Removes unused create method that does not receive a description in AccessControlProfile [#qubIT-Omnis-7974]
- Refactor: Removes ObjectProviderStrategy field from AccessControlProfile entity [#qubIT-Omnis-7054]
- Refactor: Makes ProviderStrategy abstract class deprecated [#qubIT-Omnis-8000]
- Refactor: Removes ALL_OF_TYPE_OR_SUBTYPE_CACHE from ObjectProfilesCache class [#qubIT-Omnis-7914]
- Refactor: Removes ObjectProfileCacheService [#qubIT-Omnis-7916]
- Refactor: Creates new create method that does not receive the objectsProviderStrategy [#qubIT-Omnis-7921]

2.4.2 (10-12-2024)
- Refactor: Removes code related to AccessControlProfile's deprecated locked attribute [#qubIT-Omnis-6993]
- Refactor: Makes AccessControlProfile's system attribute required in the DML [#qubIT-Omnis-7160] 

2.4.1 (28-10-2024)
- Refactor: Makes isRestricted and isAutoGenerated methods in AccessControlPermission return boolean [#qubIT-Omnis-7088]
- Bug fix: Ensures NPEs are not thrown in isRestricted method in AccessControlProfile [#qubIT-Omnis-7116]

2.4.0 (17-10-2024)
- New feature: Adds description field to AccessControlPermission and AccessControlProfile entities [#qubIT-Omnis-6987]

2.3.0 (09-10-2024)
- Refactor: Adds system field to AccessControlProfile entity and marks the locked field's getters and setters as deprecated [#qubIT-Omnis-6980]

2.2.0 (07-10-2024)
- Refactor: Removes locked field from AccessControlPermission entity [#qubIT-Omnis-6964]

2.1.1 (02-09-2024)
- Improvement: Upgrades parent [#qubIT-Omnis-6687]

2.1.0 (02-09-2024)
- Improvement: Ensures Release Notes is in the jar [#qubIT-Omnis-6579]
- Improvement: Updates guava from 21.0 to 33.2.1-jre [#qubIT-Omnis-5869]

2.0.0 (17-06-2024)
- Improvement: Updates foundation core api version to 7.0.0 [#qubIT-Omnis-4737]

1.9.0 (27-01-2023)
- Improvement: Implementing access control interfaces of OMNIS.cloud platform

1.8.2 (19-03-2021)
- Bug fix: Fixed update object cache when changing class or provider strategy

1.8.1 (22-02-2021)
- Bug fix: Fixed update object cache when profile is deleted

1.8.0 (22-02-2021)
- New feature: Added object-profile cache to improve performance

1.7.1 (15-02-2021)
- Bug fix: Fixed bug in contains object
- Bug fix: Fixing SpotBugs issue (SE_BAD_FIELD)

1.7.0 (11-02-2021)
- Improvement: Improved check if profile contains object due to performance issues
- Improvement: Added soft reference to access control profile parsed objects

1.6.3 (22-12-2020)
- Bug fix: Fixed add parent profile to prevent cicle

1.6.2 (18-11-2020)
- Bug fix: Verify custom expression and custom expression validator to checkrules 

1.6.1 (22-10-2020)
- Bug fix: Fixed objects cleaning form profiles

1.6.0 (22-07-2020)
- Refactor: Moved strategies to access-control-management
- Bug fix: General bug fix
- Bug fix: Fixed read outside of an read transaction

1.5.0 (23-06-2020)
- Improvement: Added flag to check if permission and profile are auto generated

1.4.1 (22-05-2020)
- Bug fix: Fix NPE when verifying if a object is in profile without objects association

1.4.0 (21-05-2020)
- New Feature: Profile association with any object

1.3.1 (12-05-2020)
- Bug fix: Fixed permissions delete

1.3.0 (05-03-2020)
- New feature: Support for Java 11

1.2.4 (24-02-2020)
- Bug fix: Fixed permission cache

1.2.3 (09-12-2019)
- Bug fix: Fixed Initialization
- Bug fix: Fixed creation method with expression validator

1.2.2 (06-12-2019)
- Improvement: Added cache to permissions

1.2.1 (04-12-2019)
- Improvement: Added is customExpressionValidator to profiles

1.2.0 (11-10-2019)
- Improvement: Added is locked to profiles and permissions

1.1.0 (07-10-2019)
- Refactor: Changed the name from string to localizedString of profile and permissions
- Refactor: Changed manager to restricted
- Improvement: Verify if code already exists, for profile and permission creation

1.0.0 (25-09-2019)
- Initial version release
