#2021 - Prepare changelog.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user