#1506 - Prepare 1.3 RC1 release.

Update changelog.
This commit is contained in:
Oliver Drotbohm
2021-03-31 15:56:45 +02:00
parent 01c5fae3f0
commit 6f559ad34a
2 changed files with 6 additions and 1 deletions

View File

@@ -1,6 +1,11 @@
Spring HATEOAS Changelog
========================
Changes in version 1.3 RC1 (2021-03-31)
----------------------------------------
- #1505 - Improve signature of HalFormsOptions.inline(…).
- #1504 - Allow mapping links conditionally via RepresentationModel.mapLinkIf(…).
Changes in version 1.3 M3 (2021-03-16)
----------------------------------------
- #1497 - Upgrade to Spring 5.3.5.

View File

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