#1743 - Prepare changelog.

This commit is contained in:
Oliver Drotbohm
2022-01-14 08:36:22 +01:00
parent 33fbe1f949
commit da8688526d
2 changed files with 8 additions and 1 deletions

View File

@@ -1,6 +1,13 @@
Spring HATEOAS Changelog
========================
Changes in version 1.3.7 (2022-01-14)
----------------------------------------
- #1742 - Upgrade to Jackson 2.12.6.
- #1741 - Upgrade to Reactor 2020.0.15.
- #1740 - Upgrade to Spring Framework 5.3.15.
- #1732 - TypeBasedInputPayloadMetadata missing equals(…) and hashCode().
Changes in version 1.3.6 (2021-11-11)
----------------------------------------
- #1712 - 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 = 83;
private static final int MILESTONE_ID = 86;
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) {