#1868 - Update changelog.

This commit is contained in:
Oliver Drotbohm
2022-11-03 23:21:12 +01:00
parent 6d87e49bca
commit c425f3f355
2 changed files with 8 additions and 1 deletions

View File

@@ -1,6 +1,13 @@
Spring HATEOAS Changelog
========================
Changes in version 2.0.0-RC2 (2022-11-03)
----------------------------------------
- #1869 - Upgrade to Spring Framework 6.0 RC3.
- #1867 - Extract domain types from controller methods returning (Entity|Collection)Model instances for reflection.
- #1866 - Extract types for AOT reflection from RepresentationModelAssemblers.
- #1865 - Upgrade to Jackson 2.14 RC3.
Changes in version 2.0.0-RC1 (2022-10-12)
----------------------------------------
- #1861 - Upgrade to Reactor 2022.0 RC1.

View File

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