Skip to content

Commit ca7780b

Browse files
committed
chore: prepare for development in 2026
1 parent a92ff2d commit ca7780b

3 files changed

Lines changed: 77 additions & 63 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
### Older versions
2+
3+
Older versions have been moved into separate changelog documents grouped by their major version:
4+
5+
* [Scrum Poker for Jira 25.x](/changelog-25x)
6+
* [Scrum Poker for Jira 24.x](/changelog-24x)
7+
* [Scrum Poker for Jira 23.x](/changelog-23x)
8+
* [Scrum Poker for Jira 22.x](/changelog-22x)
9+
* [Scrum Poker for Jira 21.x](/changelog-21x)
10+
* [Scrum Poker for Jira 20.x](/changelog-20x)
11+
* [Scrum Poker for Jira 4.x](/changelog-4x)
12+
* [Scrum Poker for Jira 3.x](/changelog-3x)
13+
* [Scrum Poker for Jira 2.x](/changelog-2x)
14+
* [Scrum Poker for Jira 1.x](/changelog-1x)

docs/changelog-25x.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
---
2+
layout: default
3+
title: Changelog 25.x
4+
category: Administration
5+
---
6+
7+
{% include changelog-preface.md %}
8+
9+
* Table of Contents
10+
{:toc}
11+
12+
### [25.12.1] - 2025-12-12
13+
14+
**Fine-grained access control for REST services (revised)**
15+
16+
* fix: allow to reset cancelled sessions
17+
18+
### [25.12.0] - 2025-12-12
19+
20+
**Fine-grained access control for REST services**
21+
22+
* chore: include Jenkins repository for external libraries
23+
* chore: improve Github action for continuous integration
24+
* chore: update code of conduct to version 3
25+
* feat: ensure compatibility with Jira 11.2.0
26+
* refactor: use Java 21 features for session mapper
27+
* refactor: move helpers to main package structure
28+
* feat: introduce access control for REST service methods
29+
* test: verify access control checks
30+
* chore: fix Dockerfile and make start script executable
31+
* feat: ensure compatibility with Jira 11.3.0
32+
* chore: prepare for development in 2026
33+
34+
### [25.10.0] - 2025-10-03
35+
36+
**Scrum Poker supports Jira 11**
37+
38+
* feat: ensure compatibility with Jira 10.7.1
39+
* feat: ensure compatibility with Jira 10.7.2
40+
* feat: ensure compatibility with Jira 10.7.4
41+
* feat: ensure compatibility with Jira 11.1.0
42+
43+
### [25.05.0] - 2025-05-17
44+
45+
**Compatibility updates for Jira 10.3 - 10.6**
46+
47+
* chore: simplify Docker configuration for testing
48+
* feat: ensure compatibility with Jira 10.3.0
49+
* feat: ensure compatibility with Jira 10.4.0
50+
* docs: improve documentation of the reference estimates
51+
* docs: add FAQ entry for database persistence
52+
* chore: data center review 2025 results
53+
* docs: improve readability of code examples
54+
* feat: ensure compatibility with Jira 10.5.1
55+
* docs: improve formatting in FAQ
56+
* feat: ensure compatibility with Jira 10.6.0
57+
58+
[25.12.1]: https://github.com/codescape/jira-scrum-poker/compare/25.12.0...25.12.1
59+
[25.12.0]: https://github.com/codescape/jira-scrum-poker/compare/25.10.0...25.12.0
60+
[25.10.0]: https://github.com/codescape/jira-scrum-poker/compare/25.10.0...25.05.0
61+
[25.05.0]: https://github.com/codescape/jira-scrum-poker/compare/24.10.0...25.05.0

docs/changelog.md

Lines changed: 2 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -17,67 +17,6 @@ category: Administration
1717
* chore: simplify code in health check
1818
* docs: fix typo in FAQ documentation
1919

20-
### [25.12.1] - 2025-12-12
21-
22-
**Fine-grained access control for REST services (revised)**
23-
24-
* fix: allow to reset cancelled sessions
25-
26-
### [25.12.0] - 2025-12-12
27-
28-
**Fine-grained access control for REST services**
29-
30-
* chore: include Jenkins repository for external libraries
31-
* chore: improve Github action for continuous integration
32-
* chore: update code of conduct to version 3
33-
* feat: ensure compatibility with Jira 11.2.0
34-
* refactor: use Java 21 features for session mapper
35-
* refactor: move helpers to main package structure
36-
* feat: introduce access control for REST service methods
37-
* test: verify access control checks
38-
* chore: fix Dockerfile and make start script executable
39-
* feat: ensure compatibility with Jira 11.3.0
40-
41-
### [25.10.0] - 2025-10-03
42-
43-
**Scrum Poker supports Jira 11**
44-
45-
* feat: ensure compatibility with Jira 10.7.1
46-
* feat: ensure compatibility with Jira 10.7.2
47-
* feat: ensure compatibility with Jira 10.7.4
48-
* feat: ensure compatibility with Jira 11.1.0
49-
50-
### [25.05.0] - 2025-05-17
51-
52-
**Compatibility updates for Jira 10.3 - 10.6**
53-
54-
* chore: simplify Docker configuration for testing
55-
* feat: ensure compatibility with Jira 10.3.0
56-
* feat: ensure compatibility with Jira 10.4.0
57-
* docs: improve documentation of the reference estimates
58-
* docs: add FAQ entry for database persistence
59-
* chore: data center review 2025 results
60-
* docs: improve readability of code examples
61-
* feat: ensure compatibility with Jira 10.5.1
62-
* docs: improve formatting in FAQ
63-
* feat: ensure compatibility with Jira 10.6.0
64-
65-
### Older versions
66-
67-
Older versions have been moved into separate changelog documents grouped by their major version:
68-
69-
* [Scrum Poker for Jira 24.x](/changelog-24x)
70-
* [Scrum Poker for Jira 23.x](/changelog-23x)
71-
* [Scrum Poker for Jira 22.x](/changelog-22x)
72-
* [Scrum Poker for Jira 21.x](/changelog-21x)
73-
* [Scrum Poker for Jira 20.x](/changelog-20x)
74-
* [Scrum Poker for Jira 4.x](/changelog-4x)
75-
* [Scrum Poker for Jira 3.x](/changelog-3x)
76-
* [Scrum Poker for Jira 2.x](/changelog-2x)
77-
* [Scrum Poker for Jira 1.x](/changelog-1x)
78-
7920
[Unreleased]: https://github.com/codescape/jira-scrum-poker/compare/25.12.1...HEAD
80-
[25.12.1]: https://github.com/codescape/jira-scrum-poker/compare/25.12.0...25.12.1
81-
[25.12.0]: https://github.com/codescape/jira-scrum-poker/compare/25.10.0...25.12.0
82-
[25.10.0]: https://github.com/codescape/jira-scrum-poker/compare/25.10.0...25.05.0
83-
[25.05.0]: https://github.com/codescape/jira-scrum-poker/compare/24.10.0...25.05.0
21+
22+
{% include changelog-postface.md %}

0 commit comments

Comments
 (0)