#2021 - Prepare changelog.

This commit is contained in:
Oliver Drotbohm
2023-07-14 09:50:14 +02:00
parent 3ee0194294
commit f5b8cf6c39
2 changed files with 14 additions and 2 deletions

View File

@@ -1,6 +1,18 @@
Spring HATEOAS Changelog
========================
Changes in version 2.1.1 (2023-07-14)
----------------------------------------
- #2020 - Switch to UriComponentsBuilder.fromUri(…).
- #2015 - Upgrade to Kotlin 1.8.22.
- #2012 - Upgrade to Spring Framework 6.0.11.
- #2009 - Upgrade to Slf4j 2.0.7.
- #2004 - Upgrade to Reactor 2022.0.9.
- #2003 - Upgrade to Lombok 1.18.28.
- #1999 - Upgrade to JUnit 5.9.3.
- #1995 - Upgrade to Jackson 2.15.2.
- #1992 - Upgrade to Logback 1.4.8.
Changes in version 2.1.0 (2023-05-11)
----------------------------------------
- #1973 - Upgrade to Reactor 2022.0.7.

View File

@@ -38,8 +38,8 @@ import com.jayway.jsonpath.JsonPath;
*/
class ChangelogCreator {
private static final int MILESTONE_ID = 116;
private static final String URI_TEMPLATE = "https://api.github.com/repos/spring-projects/spring-hateoas/issues?milestone={id}&state=closed";
private static final int MILESTONE_ID = 120;
private static final String URI_TEMPLATE = "https://api.github.com/repos/spring-projects/spring-hateoas/issues?milestone={id}";
public static void main(String... args) {