#1773 - Update changelog for 1.5 RC1 release.

This commit is contained in:
Oliver Drotbohm
2022-04-19 10:15:37 +02:00
parent 3507c2b317
commit e7c34ca73b
2 changed files with 8 additions and 1 deletions

View File

@@ -1,6 +1,13 @@
Spring HATEOAS Changelog
========================
Changes in version 1.5 RC1 (2022-04-19)
----------------------------------------
- #1772 - Upgrade to Jackson 2.13.2.1.
- #1771 - Upgrade to Reactor 2020.0.18.
- #1770 - Upgrade to Spring Framework 5.3.19.
- #1765 - Performance improvements in TemplateVariable.essence().
Changes in version 1.5 M2 (2022-02-17)
----------------------------------------
- #1758 - Upgrade to Spring 5.3.16.

View File

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