#2028 - Update changelog.
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
Spring HATEOAS Changelog
|
||||
========================
|
||||
|
||||
Changes in version 2.1.2 (2023-07-19)
|
||||
----------------------------------------
|
||||
- #2025 - Regression in AOT metadata generation.
|
||||
|
||||
Changes in version 2.1.1 (2023-07-14)
|
||||
----------------------------------------
|
||||
- #2020 - Switch to UriComponentsBuilder.fromUri(…).
|
||||
|
||||
@@ -38,8 +38,8 @@ import com.jayway.jsonpath.JsonPath;
|
||||
*/
|
||||
class ChangelogCreator {
|
||||
|
||||
private static final int MILESTONE_ID = 120;
|
||||
private static final String URI_TEMPLATE = "https://api.github.com/repos/spring-projects/spring-hateoas/issues?milestone={id}";
|
||||
private static final int MILESTONE_ID = 124;
|
||||
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