File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
test/java/org/springframework/hateoas/support Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11Spring HATEOAS Changelog
22========================
33
4+ Changes in version 2.1.2 (2023-07-19)
5+ ----------------------------------------
6+ - #2025 - Regression in AOT metadata generation.
7+
48Changes in version 2.1.1 (2023-07-14)
59----------------------------------------
610- #2020 - Switch to UriComponentsBuilder.fromUri(…).
Original file line number Diff line number Diff line change 3838 */
3939class ChangelogCreator {
4040
41- private static final int MILESTONE_ID = 120 ;
42- private static final String URI_TEMPLATE = "https://api.github.com/repos/spring-projects/spring-hateoas/issues?milestone={id}" ;
41+ private static final int MILESTONE_ID = 124 ;
42+ private static final String URI_TEMPLATE = "https://api.github.com/repos/spring-projects/spring-hateoas/issues?milestone={id}&state=closed " ;
4343
4444 public static void main (String ... args ) {
4545
You can’t perform that action at this time.
0 commit comments