diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a27e00c..294de02 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,14 @@ middleware\_automation.keycloak Release Notes This changelog describes changes after version 0.2.6. +v3.0.6 +====== + +Major Changes +------------- + +- AMW-540 Fix the upstream collection requirements with common v1.2.4 `#337 `_ + v3.0.5 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 1e235a7..7b905e6 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -791,3 +791,13 @@ releases: fragments: - 335.yaml release_date: '2026-05-20' + 3.0.6: + changes: + major_changes: + - 'AMW-540 Fix the upstream collection requirements with common v1.2.4 `#337 + `_ + + ' + fragments: + - 337.yaml + release_date: '2026-05-26'