#1786 - Update changelog.

This commit is contained in:
Oliver Drotbohm
2022-05-12 09:14:31 +02:00
parent d195aeefaa
commit f828c9c50d
2 changed files with 7 additions and 1 deletions

View File

@@ -1,6 +1,12 @@
Spring HATEOAS Changelog
========================
Changes in version 1.5 GA (2022-05-12)
----------------------------------------
- #1782 - Upgrade to Reactor 2020.0.19.
- #1781 - Upgrade to Spring Framework 5.3.20.
- #1779 - MultipartFile parameter must not be added as template variable.
Changes in version 1.5 RC1 (2022-04-19)
----------------------------------------
- #1772 - 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 = 93;
private static final int MILESTONE_ID = 95;
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) {