#1552 - Update changelog.

This commit is contained in:
Oliver Drotbohm
2021-06-22 14:03:28 +02:00
parent afb8ee7741
commit 4b85e3f745
2 changed files with 6 additions and 1 deletions

View File

@@ -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)
----------------------------------------

View File

@@ -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) {