#1367 - Release Spring HATEOAS 1.2.0.RC1.

This commit is contained in:
Greg L. Turnquist
2020-09-15 12:33:37 -05:00
parent 38b4dcf317
commit e85b6082fe
2 changed files with 9 additions and 1 deletions

View File

@@ -1,6 +1,14 @@
Spring HATEOAS Changelog
========================
Changes in version 1.2 RC1 (2020-09-15)
----------------------------------------
- #1367 - Release Spring HATEOAS 1.2.0.RC1.
- #1366 - Upgrade to Spring Framework 5.3.0-RC1.
- #1364 - Document that media type implementation configuration should be public.
- #1358 - Update links to JSON:API documentation (community based media types).
- #1352 - Map content is not getting serialized properly.
Changes in version 1.2 M1 (2020-08-11)
----------------------------------------
- #1351 - Upgrade to Jackson 2.11.2.

View File

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