#2027 - Update changelog.

This commit is contained in:
Oliver Drotbohm
2023-07-19 21:50:15 +02:00
parent 962989f25b
commit 9dfcebd3e8
2 changed files with 6 additions and 2 deletions

View File

@@ -1,6 +1,10 @@
Spring HATEOAS Changelog
========================
Changes in version 2.0.6 (2023-07-19)
----------------------------------------
- #2026 - Regression in AOT metadata generation.
Changes in version 2.0.5 (2023-07-14)
----------------------------------------
- #2018 - Switch to UriComponentsBuilder.fromUri(…).

View File

@@ -38,8 +38,8 @@ import com.jayway.jsonpath.JsonPath;
*/
class ChangelogCreator {
private static final int MILESTONE_ID = 119;
private static final String URI_TEMPLATE = "https://api.github.com/repos/spring-projects/spring-hateoas/issues?milestone={id}";
private static final int MILESTONE_ID = 123;
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) {