From 688315905d6c3e481d110c451907feda917346d9 Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Mon, 30 Sep 2019 08:11:48 -0500 Subject: [PATCH] #1090 - Update CHANGELOG. --- src/main/resources/changelog.txt | 16 ++++++++++++++++ .../hateoas/support/ChangelogCreator.java | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 00788cfa..2236dc39 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,22 @@ Spring HATEOAS Changelog ======================== +Changes in version 1.0.0.RELEASE (2019-09-30) +---------------------------------------- +- #1090 - Release 1.0.0.RELEASE. +- #1089 - Upgrade Reactor to Dysprosium-RELEASE. +- #1088 - Upgrade to Jackson 2.10. +- #1086 - Upgrade to Jackson BOM 2.9.9.20190807. +- #1085 - Upgrade to Spring Plugin 2.0. +- #1080 - Clarify expected behaviour around EntityLinks when using WebFlux. +- #1079 - Upgrade to Spring Framework 5.2.0.RELEASE. +- #1075 - i18n only working when rest-default-messages.properties is available. +- #1038 - Update documentation to show how to create an ALPS serving controller for profile purposes. +- #1028 - Fix example in docs to reflect requirement for _prompt for property I18N. +- #966 - Application does not start due to two bean instances of org.springframework.plugin.core.PluginRegistry. +- #965 - NPE when generating a link to POST method without RequestBody parameter. +- #837 - Update reference docs to reflect new APIs, SPIs, and package structures. + Changes in version 1.0.0.RC2 (2019-09-05) ---------------------------------------- - #1072 - Expose null handling configuration of HalFormsTemplate.title. diff --git a/src/test/java/org/springframework/hateoas/support/ChangelogCreator.java b/src/test/java/org/springframework/hateoas/support/ChangelogCreator.java index b00d7b97..5456b605 100644 --- a/src/test/java/org/springframework/hateoas/support/ChangelogCreator.java +++ b/src/test/java/org/springframework/hateoas/support/ChangelogCreator.java @@ -37,7 +37,7 @@ import com.jayway.jsonpath.JsonPath; */ class ChangelogCreator { - private static final int MILESTONE_ID = 34; + private static final int MILESTONE_ID = 37; 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) {