File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
test/java/org/springframework/hateoas/support Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 11Spring HATEOAS Changelog
22========================
33
4+ Changes in version 2.2.0-RC1 (2023-10-12)
5+ ----------------------------------------
6+ - #2033 - Upgrade to Spring Framework 6.1 RC1.
7+
48Changes in version 2.2.0-M2 (2023-07-19)
59----------------------------------------
610- #2024 - Regression in AOT metadata generation.
Original file line number Diff line number Diff line change 3838 */
3939class ChangelogCreator {
4040
41- private static final int MILESTONE_ID = 125 ;
41+ private static final int MILESTONE_ID = 128 ;
4242 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 ) {
You can’t perform that action at this time.
0 commit comments