#2029 - Update changelog.

This commit is contained in:
Oliver Drotbohm
2023-07-19 22:03:17 +02:00
parent b4908cd28d
commit c9cb237478
2 changed files with 5 additions and 1 deletions

View File

@@ -1,6 +1,10 @@
Spring HATEOAS Changelog
========================
Changes in version 2.2.0-M2 (2023-07-19)
----------------------------------------
- #2024 - Regression in AOT metadata generation.
Changes in version 2.2.0-M1 (2023-07-14)
----------------------------------------
- #2023 - Switch to UriComponentsBuilder.fromUri(…).

View File

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