#1818 - Update changelog.

This commit is contained in:
Oliver Drotbohm
2022-07-15 14:52:50 +02:00
parent 44af5a6b43
commit 9448e7d276
2 changed files with 5 additions and 1 deletions

View File

@@ -1,6 +1,10 @@
Spring HATEOAS Changelog
========================
Changes in version 2.0 M5 (2022-07-15)
----------------------------------------
- #1817 - Improve JavaConfig for AOT use cases.
Changes in version 2.0 M4 (2022-07-14)
----------------------------------------
- #1813 - Upgrade to Spring Framework 6.0 M5.

View File

@@ -38,7 +38,7 @@ import com.jayway.jsonpath.JsonPath;
*/
class ChangelogCreator {
private static final int MILESTONE_ID = 99;
private static final int MILESTONE_ID = 102;
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) {