We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67c109c commit b024f78Copy full SHA for b024f78
docs/changelog.md
@@ -14,6 +14,7 @@ category: Administration
14
* chore: simplify Docker configuration for testing
15
* feat: ensure compatibility with Jira 10.3.0
16
* refactor: improve structure of subtask creation service
17
+* feat: ensure compatibility with Jira 10.4.0
18
19
### [24.11.0] - 2024-11-11
20
pom.xml
@@ -33,7 +33,7 @@
33
<maven.compiler.target>${java.version}</maven.compiler.target>
34
35
<!-- Jira versions -->
36
- <jira.version>10.3.0</jira.version>
+ <jira.version>10.4.0</jira.version>
37
38
<!-- Plugin versions (keep in sync with jira-project) -->
39
<amps.version>9.1.1</amps.version>
0 commit comments