#1747 - Prepare changelog.

This commit is contained in:
Oliver Drotbohm
2022-01-14 09:37:41 +01:00
parent ee2f35048c
commit cb3656cdfb
2 changed files with 10 additions and 1 deletions

View File

@@ -1,6 +1,15 @@
Spring HATEOAS Changelog
========================
Changes in version 1.4.1 (2022-01-14)
----------------------------------------
- #1746 - Upgrade to Jackson 2.13.1.
- #1745 - Upgrade to Reactor 2020.0.15.
- #1744 - Upgrade to Spring Framework 5.3.15.
- #1731 - UriTemplate throws exception for host variables.
- #1730 - TypeBasedInputPayloadMetadata missing equals(…)and hashCode().
- #1723 - Potential memory leak in WebMvcLinkBuilder.
Changes in version 1.4 GA (2021-11-11)
----------------------------------------
- #1716 - Upgrade to Spring Framework 5.3.13.

View File

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