#2076 - Update changelog.

This commit is contained in:
Oliver Drotbohm
2023-11-16 15:40:10 +01:00
parent b031fe5cad
commit 2b44b0d1fe
2 changed files with 12 additions and 1 deletions

View File

@@ -1,6 +1,17 @@
Spring HATEOAS Changelog
========================
Changes in version 2.0.7 (2023-11-16)
----------------------------------------
- #2070 - Upgrade to Reactor 2022.0.13.
- #2069 - Upgrade to Lombok 1.18.30.
- #2068 - Upgrade to Logback 1.4.11.
- #2067 - Upgrade compatibility profiles to latest Kotlin releases.
- #2066 - Upgrade to Mockk 1.13.7.
- #2065 - Upgrade to Spring Framework 6.0.14.
- #2058 - Enable compatibility builds for all 2.x branches.
- #2042 - UriTemplate.with(…) should not only append variables at the end.
Changes in version 2.0.6 (2023-07-19)
----------------------------------------
- #2026 - Regression in AOT metadata generation.

View File

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