#1710 - Update change log prior to release.

This commit is contained in:
Oliver Drotbohm
2021-11-11 14:31:17 +01:00
parent a1c5299b2f
commit 5178ea0aa9
2 changed files with 9 additions and 1 deletions

View File

@@ -1,6 +1,14 @@
Spring HATEOAS Changelog
========================
Changes in version 1.2.11 (2021-11-11)
----------------------------------------
- #1709 - Upgrade to Spring Framework 5.3.13.
- #1708 - Upgrade to Reactor 2020.0.13.
- #1694 - Error serializing `EntityModel` when content is an empty bean and the ObjectMapper is configured to not to fail on those.
- #1692 - Use `Links.collector()` in `JsonPathLinksDiscoverer`.
- #1690 - Fix Javadoc in `LinkDiscoverer.findLinkWithRel(…)`.
Changes in version 1.2.10 (2021-10-14)
----------------------------------------
- #1671 - Upgrade to Lombok 1.18.22.

View File

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