#1552 - Update changelog.
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
Spring HATEOAS Changelog
|
||||
========================
|
||||
Changes in version 1.2.7 (2021-06-22)
|
||||
----------------------------------------
|
||||
- #1556 - Upgrade to Reactor 2020.0.8.
|
||||
- #1555 - Upgrade to Spring Framework 5.3.8.
|
||||
- #1546 - Upgrade to JSON Smart 2.3.1.
|
||||
|
||||
Changes in version 1.2.6 (2021-05-12)
|
||||
----------------------------------------
|
||||
|
||||
@@ -38,7 +38,7 @@ import com.jayway.jsonpath.JsonPath;
|
||||
*/
|
||||
class ChangelogCreator {
|
||||
|
||||
private static final int MILESTONE_ID = 68;
|
||||
private static final int MILESTONE_ID = 69;
|
||||
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