#1582 - Prepare 1.3.3. release.

Update changelog.
This commit is contained in:
Oliver Drotbohm
2021-07-14 16:31:34 +02:00
parent 360cf887ad
commit 2f09a43a1f
2 changed files with 10 additions and 1 deletions

View File

@@ -1,5 +1,14 @@
Spring HATEOAS Changelog
========================
Changes in version 1.3.3 (2021-07-14)
----------------------------------------
- #1580 - Upgrade to Reactor 2020.0.9.
- #1579 - Upgrade to Spring Framework 5.3.9.
- #1570 - Embedded curie causes two _links in API response.
- #1569 - Fix custom media type parser documentation.
- #1568 - Add MARKDOWN as a valid format for ALPS mediatype.
- #1566 - Consider @JsonProperty-defined property name for affordance metadata.
- #1560 - Support for implicitly not required request parameters.
Changes in version 1.3.2 (2021-06-22)
----------------------------------------

View File

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