#2034 - Prepare changelog.

This commit is contained in:
Oliver Drotbohm
2023-10-12 22:46:06 +02:00
parent a55f5897a5
commit 7b1969c077
2 changed files with 5 additions and 1 deletions

View File

@@ -1,6 +1,10 @@
Spring HATEOAS Changelog
========================
Changes in version 2.2.0-RC1 (2023-10-12)
----------------------------------------
- #2033 - Upgrade to Spring Framework 6.1 RC1.
Changes in version 2.2.0-M2 (2023-07-19)
----------------------------------------
- #2024 - Regression in AOT metadata generation.

View File

@@ -38,7 +38,7 @@ import com.jayway.jsonpath.JsonPath;
*/
class ChangelogCreator {
private static final int MILESTONE_ID = 125;
private static final int MILESTONE_ID = 128;
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) {