#1845 - Update changelog.

This commit is contained in:
Oliver Drotbohm
2022-09-15 16:26:51 +02:00
parent 5317a67b65
commit aecea4fd78
2 changed files with 18 additions and 1 deletions

View File

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