#1111 - Add 1.0.1.RELEASE to changelog.txt.

This commit is contained in:
Greg Turnquist
2019-11-03 10:53:01 -06:00
parent 667a4f4970
commit 37e1f501cf
2 changed files with 9 additions and 1 deletions

View File

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