Skip to content

Commit 044c362

Browse files
committed
#2078 - Update changelog.
1 parent 0e60cc3 commit 044c362

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

src/main/resources/changelog.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
Spring HATEOAS Changelog
22
========================
33

4+
Changes in version 2.2.0 (2023-11-16)
5+
----------------------------------------
6+
- #2056 - Enable compatibility builds for all 2.x branches.
7+
- #2053 - Upgrade to Spring Framework 6.1.
8+
- #2052 - Upgrade to Mockk 1.13.7.
9+
- #2051 - Upgrade to Slf4j 2.0.9.
10+
- #2050 - Upgrade to Reactor 2023.0.0.
11+
- #2049 - Upgrade to Lombok 1.8.30.
12+
- #2048 - Upgrade to JUnit 5.10.1.
13+
- #2047 - Upgrade to Logback 1.4.11.
14+
- #2046 - Upgrade to Kotlin 1.9.20.
15+
- #2045 - Upgrade to Jackson 2.15.3.
16+
- #2044 - Enable CI builds for 2.1.x branch.
17+
- #2036 - UriTemplate.with(…) should not only append variables at the end.
18+
- #2035 - Allow selective customization of media type configuration.
19+
420
Changes in version 2.2.0-RC1 (2023-10-12)
521
----------------------------------------
622
- #2033 - Upgrade to Spring Framework 6.1 RC1.

src/test/java/org/springframework/hateoas/support/ChangelogCreator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
*/
3939
class ChangelogCreator {
4040

41-
private static final int MILESTONE_ID = 128;
41+
private static final int MILESTONE_ID = 129;
4242
private static final String URI_TEMPLATE = "https://api.github.com/repos/spring-projects/spring-hateoas/issues?milestone={id}&state=closed";
4343

4444
public static void main(String... args) {

0 commit comments

Comments
 (0)