diff --git a/pom.xml b/pom.xml index 386c5424..e33f11b3 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.springframework.hateoas spring-hateoas - 2.0.0-M1 + 2.0.0-SNAPSHOT Spring HATEOAS https://github.com/spring-projects/spring-hateoas diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 36218d6d..79b44c32 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,13 @@ Spring HATEOAS Changelog ======================== +Changes in version 2.0 M1 (2022-01-17) +---------------------------------------- +- #1752 - Upgarde to Spring Plugin 3.0 M1. +- #1751 - Upgrade to Spring Framework 6.0 M2. +- #1719 - Adapt to Framework's removal of DefaultUriTemplateHandler. +- #1639 - Prepare 2.0 development. + Changes in version 1.5 M1 (2022-01-14) ---------------------------------------- - #1739 - Upgrade to Kotlin 1.6.10. diff --git a/src/test/java/org/springframework/hateoas/support/ChangelogCreator.java b/src/test/java/org/springframework/hateoas/support/ChangelogCreator.java index b6478fb9..cf5e2bfc 100644 --- a/src/test/java/org/springframework/hateoas/support/ChangelogCreator.java +++ b/src/test/java/org/springframework/hateoas/support/ChangelogCreator.java @@ -38,7 +38,7 @@ import com.jayway.jsonpath.JsonPath; */ class ChangelogCreator { - private static final int MILESTONE_ID = 88; + private static final int MILESTONE_ID = 80; private static final String URI_TEMPLATE = "https://api.github.com/repos/spring-projects/spring-hateoas/issues?milestone={id}&state=closed"; public static void main(String... args) {