#1978 - Update changelog.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user