#1385 - Update changelog for 1.2 GA.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user