Skip to content

Commit f5b8cf6

Browse files
committed
#2021 - Prepare changelog.
1 parent 3ee0194 commit f5b8cf6

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
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.1 (2023-07-14)
5+
----------------------------------------
6+
- #2020 - Switch to UriComponentsBuilder.fromUri(…).
7+
- #2015 - Upgrade to Kotlin 1.8.22.
8+
- #2012 - Upgrade to Spring Framework 6.0.11.
9+
- #2009 - Upgrade to Slf4j 2.0.7.
10+
- #2004 - Upgrade to Reactor 2022.0.9.
11+
- #2003 - Upgrade to Lombok 1.18.28.
12+
- #1999 - Upgrade to JUnit 5.9.3.
13+
- #1995 - Upgrade to Jackson 2.15.2.
14+
- #1992 - Upgrade to Logback 1.4.8.
15+
416
Changes in version 2.1.0 (2023-05-11)
517
----------------------------------------
618
- #1973 - Upgrade to Reactor 2022.0.7.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
*/
3939
class ChangelogCreator {
4040

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

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

0 commit comments

Comments
 (0)