#1978 - Update changelog.

This commit is contained in:
Oliver Drotbohm
2023-05-11 22:26:54 +02:00
parent 82a1e4b97b
commit 5238218302
2 changed files with 9 additions and 1 deletions

View File

@@ -1,6 +1,14 @@
Spring HATEOAS Changelog
========================
Changes in version 2.1.0 (2023-05-11)
----------------------------------------
- #1973 - Upgrade to Reactor 2022.0.7.
- #1970 - Upgrade to Spring 6.0.9.
- #1967 - Upgrade to Kotlin 1.8.21.
- #1965 - Optional support for Validation API still on javax.… namespace.
- #1963 - Upgrade to Jackson 2.15.
Changes in version 2.1.0-RC1 (2023-04-13)
----------------------------------------
- #1959 - Upgrade build plugins.

View File

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