#1142 - Update CHANGELOG for 1.0.2.RELEASE.

This commit is contained in:
Greg Turnquist
2019-12-03 09:47:23 -06:00
committed by Oliver Drotbohm
parent 38ace456c1
commit 0e8f79c0aa
2 changed files with 14 additions and 1 deletions

View File

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