#2075 - Update changelog.

This commit is contained in:
Oliver Drotbohm
2023-11-16 12:11:32 +01:00
parent 6704567c58
commit 060225ed97
2 changed files with 10 additions and 2 deletions

View File

@@ -1,6 +1,14 @@
Spring HATEOAS Changelog
========================
Changes in version 1.5.6 (2023-11-16)
----------------------------------------
- #2074 - Upgrade to Lombok 1.18.30.
- #2073 - Upgrade to Mockk 1.12.8.
- #2072 - Upgrade to Reactor 2020.0.38.
- #2071 - Upgrade to Spring Framework 5.3.31.
- #2043 - UriTemplate.with(…) should not only append variables at the end.
Changes in version 1.5.5 (2023-07-14)
----------------------------------------
- #2016 - Switch to UriComponentsBuilder.fromUri(…).

View File

@@ -38,8 +38,8 @@ import com.jayway.jsonpath.JsonPath;
*/
class ChangelogCreator {
private static final int MILESTONE_ID = 118;
private static final String URI_TEMPLATE = "https://api.github.com/repos/spring-projects/spring-hateoas/issues?milestone={id}";
private static final int MILESTONE_ID = 122;
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) {