diff --git a/docs/changelog.md b/docs/changelog.md index 4b4f351..a07b77c 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -11,11 +11,18 @@ category: Administration ### [Unreleased] +* ... + +### [23.11.0] - 2023-11-26 + +**Compatibility updates for Jira 9.11** + * feat: ensure compatibility with Jira 9.8.0, 9.4.5 and 8.20.21 * feat: ensure compatibility with Jira 9.9.0, 9.4.6 and 8.20.22 * feat: ensure compatibility with Jira 9.10.0, 9.4.8 and 8.20.24 * feat: ensure compatibility with Jira 9.11.0, 9.4.9 and 9.20.25 * feat: ensure compatibility with Jira 9.11.2, 9.4.11 and 9.20.27 +* feat: ensure compatibility with Jira 9.11.3, 9.4.12 and 9.20.28 ### [23.03.0] - 2023-03-29 @@ -44,6 +51,7 @@ Older versions have been moved into separate changelog documents grouped by thei * [Scrum Poker for Jira 2.x](/changelog-2x) * [Scrum Poker for Jira 1.x](/changelog-1x) -[Unreleased]: https://github.com/codescape/jira-scrum-poker/compare/23.03.0...HEAD +[Unreleased]: https://github.com/codescape/jira-scrum-poker/compare/23.11.0...HEAD +[23.11.0]: https://github.com/codescape/jira-scrum-poker/compare/23.03.0...23.11.0 [23.03.0]: https://github.com/codescape/jira-scrum-poker/compare/23.02.0...23.03.0 [23.02.0]: https://github.com/codescape/jira-scrum-poker/compare/22.11.0...23.02.0 diff --git a/pom.xml b/pom.xml index c132538..30a8c10 100644 --- a/pom.xml +++ b/pom.xml @@ -41,10 +41,10 @@ ${java.version} - 9.11.2 + 9.11.3 ${jira.version} - 9.4.11 - 8.20.27 + 9.4.12 + 8.20.28