#1785 - Update changelog.

This commit is contained in:
Oliver Drotbohm
2022-05-12 08:43:22 +02:00
parent 577c57472d
commit 414d7095ea
2 changed files with 7 additions and 1 deletions

View File

@@ -1,6 +1,12 @@
Spring HATEOAS Changelog
========================
Changes in version 1.4.3 (2022-05-12)
----------------------------------------
- #1784 - Upgrade to Reactor 2020.0.19.
- #1783 - Upgrade to Spring Framework 5.3.20.
- #1780 - MultipartFile parameter must not be added as template variable.
Changes in version 1.4.2 (2022-04-19)
----------------------------------------
- #1774 - Upgrade to Jackson 2.13.2.1.

View File

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