#1913 - Update changelog.

This commit is contained in:
Oliver Drotbohm
2023-02-16 23:42:30 +01:00
parent c88e40413d
commit ddea4466ff
2 changed files with 10 additions and 1 deletions

View File

@@ -1,6 +1,15 @@
Spring HATEOAS Changelog
========================
Changes in version 1.5.3 (2023-02-16)
----------------------------------------
- #1912 - Upgrade to Jackson 2.13.5.
- #1911 - Upgrade to Lombok 1.18.26.
- #1910 - Upgrade to JUnit 5.8.2.
- #1909 - Upgrade to Reactor 2020.0.28.
- #1908 - Upgrade to Spring Framework 5.3.25.
- #1903 - Link header parsing breaks for multiple links with at least one containing unquoted values.
Changes in version 1.5.2 (2022-09-15)
----------------------------------------
- #1843 - Upgrade to Spring Framework 5.3.23.

View File

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