#1111 - Add 1.0.1.RELEASE to changelog.txt.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user