#1385 - Update changelog for 1.2 GA.

This commit is contained in:
Oliver Drotbohm
2020-10-27 21:15:01 +01:00
parent b00774a480
commit 41a6b883b0
2 changed files with 6 additions and 1 deletions

View File

@@ -1,6 +1,11 @@
Spring HATEOAS Changelog
========================
Changes in version 1.2 GA (2020-10-27)
----------------------------------------
- #1384 - Upgrade to Spring Framework 5.3.
- #1382 - Create an ObjectMapperCustomizer to allow tailoring ObjectMapper through media types configuration.
Changes in version 1.2 RC1 (2020-09-15)
----------------------------------------
- #1367 - Release Spring HATEOAS 1.2.0.RC1.

View File

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