#1953 - Prepare changelog.

This commit is contained in:
Oliver Drotbohm
2023-03-20 12:25:02 +01:00
parent 9730e14230
commit b386acdc88
2 changed files with 8 additions and 1 deletions

View File

@@ -1,6 +1,13 @@
Spring HATEOAS Changelog
========================
Changes in version 1.5.4 (2023-03-20)
----------------------------------------
- #1950 - Upgrade to Kotlin 1.6.21 and KotlinX 1.6.4.
- #1949 - Upgrade to Reactor 2020.0.30.
- #1948 - Make sure reference docs are deployed for 1.5.x releases.
- #1947 - Upgrade to Spring Framework 5.3.26.
Changes in version 1.5.3 (2023-02-16)
----------------------------------------
- #1912 - Upgrade to Jackson 2.13.5.

View File

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