#1682 - Update changelog prior to release.

This commit is contained in:
Oliver Drotbohm
2021-10-14 16:57:06 +02:00
parent cf74550f1c
commit 59b861b158
2 changed files with 21 additions and 1 deletions

View File

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