From aecea4fd788c3e2d203be6f8dc7f2994190c1d10 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Thu, 15 Sep 2022 16:26:51 +0200 Subject: [PATCH] #1845 - Update changelog. --- src/main/resources/changelog.txt | 17 +++++++++++++++++ .../hateoas/support/ChangelogCreator.java | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index a3177f17..1da08755 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,23 @@ Spring HATEOAS Changelog ======================== +Changes in version 2.0.0-M6 (2022-09-15) +---------------------------------------- +- #1819 - Add build time initialization hint for native compilation for MediaTypes. +- #1822 - Add required runtime hints for native compilation. +- #1827 - Switch to Spring Asciidoctor backends for reference documentation. +- #1828 - Upgrade to Reactor 2022.0.0 M6. +- #1830 - DummyInvocationUtils's ThreadLocal cache causes classloader leak. +- #1846 - Upgrade to Spring Plugin 3.0 M2. +- #1847 - Upgrade to Spring Framework 6.0 M6. +- #1848 - Upgrade to Mockk 1.12.7. +- #1849 - Upgrade to JUnit 5.9. +- #1850 - Upgrade to JSONPath 2.7.0. +- #1851 - Upgrade to Jackson 2.13.4. +- #1852 - Upgrade to JaCoCo 0.8.8. +- #1853 - Upgrade to Logback 1.4.1. +- #1854 - Upgrade to Artifactory Maven Plugin 3.4.0. + Changes in version 2.0 M5 (2022-07-15) ---------------------------------------- - #1817 - Improve JavaConfig for AOT use cases. diff --git a/src/test/java/org/springframework/hateoas/support/ChangelogCreator.java b/src/test/java/org/springframework/hateoas/support/ChangelogCreator.java index da368db8..56f43606 100644 --- a/src/test/java/org/springframework/hateoas/support/ChangelogCreator.java +++ b/src/test/java/org/springframework/hateoas/support/ChangelogCreator.java @@ -38,7 +38,7 @@ import com.jayway.jsonpath.JsonPath; */ class ChangelogCreator { - private static final int MILESTONE_ID = 102; + private static final int MILESTONE_ID = 103; 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) {