#1767 - Prepare changelog for 1.4.2 release.

This commit is contained in:
Oliver Drotbohm
2022-04-19 10:35:59 +02:00
parent da4cde5e5e
commit a84fe38a2f
2 changed files with 8 additions and 1 deletions

View File

@@ -1,6 +1,13 @@
Spring HATEOAS Changelog
========================
Changes in version 1.4.2 (2022-04-19)
----------------------------------------
- #1774 - Upgrade to Jackson 2.13.2.1.
- #1769 - Upgrade to Reactor 2020.0.18.
- #1768 - Upgrade to Spring 5.3.19.
- #1766 - Performance improvements in TemplateVariable.essence().
Changes in version 1.4.1 (2022-01-14)
----------------------------------------
- #1746 - Upgrade to Jackson 2.13.1.

View File

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