Skip to content

Commit 3fab04e

Browse files
committed
#2077 - Update changelog.
1 parent bcc1b8e commit 3fab04e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

src/main/resources/changelog.txt

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

4+
Changes in version 2.1.3 (2023-11-16)
5+
----------------------------------------
6+
- #2063 - Upgrade to Mockk 1.13.7.
7+
- #2062 - Upgrade to Slf4j 2.0.9.
8+
- #2061 - Upgrade to Reactor 2022.0.13.
9+
- #2060 - Upgrade to Lombok 1.18.30.
10+
- #2059 - Upgrade to Logback 1.4.11.
11+
- #2057 - Enable compatibility builds for all 2.x branches.
12+
- #2055 - Upgrade compatibility build profiles to latest Kotlin releases.
13+
- #2054 - Upgrade to Jackson 2.15.3.
14+
- #2041 - UriTemplate.with(…) should not only append variables at the end.
15+
416
Changes in version 2.1.2 (2023-07-19)
517
----------------------------------------
618
- #2025 - Regression in AOT metadata generation.

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 = 124;
41+
private static final int MILESTONE_ID = 127;
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)