diff --git a/CHANGELOG.md b/CHANGELOG.md
index 711b1fe..ac9b7e1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,15 +2,25 @@
**Topics**
+- v0\.2\.1
+ - Minor Changes
- v0\.2\.0
- Major Changes
- - Minor Changes
-- v0\.1\.1
- Minor Changes
+- v0\.1\.1
+ - Minor Changes
- Bugfixes
- v0\.1\.0
- Major Changes
+
+## v0\.2\.1
+
+
+### Minor Changes
+
+* Allow usage of community\.general v11
+
## v0\.2\.0
@@ -19,7 +29,7 @@
* Add audit\_storage service role
-
+
### Minor Changes
* Use common java home argument across roles and rely on default java version coming from role defaults
@@ -27,7 +37,7 @@
## v0\.1\.1
-
+
### Minor Changes
* Allow using an existing handler to trigger the restart of the Alfresco service after installing the repository extension to prevent unwanted restarts\.
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml
index c02cd03..327ac72 100644
--- a/changelogs/changelog.yaml
+++ b/changelogs/changelog.yaml
@@ -9,14 +9,14 @@ releases:
fragments:
- hxi_connector-role.yaml
- systemd_service.yaml
- release_date: '2025-04-29'
+ release_date: "2025-04-29"
0.1.0-alpha.0:
changes:
major_changes:
- add java role
fragments:
- java_initial_release.yml
- release_date: '2025-04-10'
+ release_date: "2025-04-10"
0.1.1:
changes:
bugfixes:
@@ -28,7 +28,7 @@ releases:
fragments:
- mandatory-args.yml
- optional-handler.yml
- release_date: '2025-05-12'
+ release_date: "2025-05-12"
0.2.0:
changes:
major_changes:
@@ -39,4 +39,11 @@ releases:
fragments:
- audit_storage-role.yaml
- common-arg-spec.yaml
- release_date: '2025-06-06'
+ release_date: "2025-06-06"
+ 0.2.1:
+ changes:
+ minor_changes:
+ - Allow usage of community.general v11
+ fragments:
+ - community_general.yaml
+ release_date: "2025-09-01"
diff --git a/galaxy.yml b/galaxy.yml
index dab8995..89a39d6 100644
--- a/galaxy.yml
+++ b/galaxy.yml
@@ -1,6 +1,6 @@
namespace: alfresco
name: platform
-version: "0.2.0"
+version: "0.2.1"
readme: README.md
@@ -21,7 +21,7 @@ tags: ["application"]
# L(specifiers,https://python-semanticversion.readthedocs.io/en/latest/#requirement-specification). Multiple version
# range specifiers can be set and are separated by ','
dependencies:
- community.general: ">=10.3.0,<11.0.0"
+ community.general: ">=10.3.0"
# The URL of the originating SCM repository
repository: https://github.com/Alfresco/alfresco-ansible-collection