#1917 - Update changelog.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user