#1960 - Update changelog.

This commit is contained in:
Oliver Drotbohm
2023-04-13 22:45:19 +02:00
parent 561b7ba487
commit 30d572f227
2 changed files with 11 additions and 1 deletions

View File

@@ -1,6 +1,16 @@
Spring HATEOAS Changelog
========================
Changes in version 2.1.0-RC1 (2023-04-13)
----------------------------------------
- #1959 - Upgrade build plugins.
- #1958 - Upgrade to ArchUnit 1.0.1.
- #1957 - Upgrade to Kotlin 1.8.20.
- #1956 - Upgrade to Reactor 2022.0.6.
- #1955 - Upgrade to Spring Framework 6.0.8.
- #1954 - Reference documentation on HAL use orders rel when should be order.
- #1939 - Upgrade to Jackson 2.15 RC2.
Changes in version 2.1.0-M1 (2023-03-20)
----------------------------------------
- #1938 - Upgrade to Spring Framework 6.0.7.

View File

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