#1917 - Update changelog.

This commit is contained in:
Oliver Drotbohm
2023-02-16 23:55:47 +01:00
parent 1199e46688
commit 768814527d
2 changed files with 10 additions and 1 deletions

View File

@@ -1,6 +1,15 @@
Spring HATEOAS Changelog
========================
Changes in version 2.0.2 (2023-02-16)
----------------------------------------
- #1916 - Upgrade to Jackson 2.14.2.
- #1915 - Upgrade to Lombok 1.18.26.
- #1914 - Upgrade to Reactor 2022.0.3.
- #1906 - Upgrade to Spring Framework 6.0.5.
- #1902 - Link header parsing breaks for multiple links with at least one containing unquoted values.
- #1901 - Polish use of Optional in PropertyUtils.
Changes in version 2.0.1 (2023-01-12)
----------------------------------------
- #1896 - Upgrade to Mockk 1.13.3.

View File

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