#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

@@ -1,6 +1,14 @@
Spring HATEOAS Changelog
========================
Changes in version 1.0.1.RELEASE (2019-11-03)
----------------------------------------
- #1112 - Release 1.0.1.RELEASE.
- #1111 - Add 1.0.1.RELEASE to the ChangeLog.
- #1110 - Upgrade to Reactor Dysprosium-SR1.
- #1108 - Upgrade to Spring Framework 5.2.1.RELEASE.
- #1104 - Migration for ResourceAssemblerSupport -> RepresentationModelAssemblerSupport missing.
Changes in version 1.0.0.RELEASE (2019-09-30)
----------------------------------------
- #1090 - Release 1.0.0.RELEASE.

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) {