File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
test/java/org/springframework/hateoas/support Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 11Spring HATEOAS Changelog
22========================
3+ Changes in version 1.2.8 (2021-07-14)
4+ ----------------------------------------
5+ - #1578 - Upgrade to Reactor 2020.0.9.
6+ - #1577 - Upgrade to Spring Framework 5.3.9.
7+ - #1571 - Embedded curie causes two `_links` in API response.
8+ - #1561 - Support for implicitly not required request parameters.
9+
310Changes in version 1.2.7 (2021-06-22)
411----------------------------------------
512- #1556 - Upgrade to Reactor 2020.0.8.
Original file line number Diff line number Diff line change 3838 */
3939class ChangelogCreator {
4040
41- private static final int MILESTONE_ID = 69 ;
41+ private static final int MILESTONE_ID = 72 ;
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