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