#1551 - Update changelog.

This commit is contained in:
Oliver Drotbohm
2021-06-22 14:27:52 +02:00
parent b865396330
commit 5b6665e800
2 changed files with 8 additions and 1 deletions

View File

@@ -1,6 +1,13 @@
Spring HATEOAS Changelog
========================
Changes in version 1.3.2 (2021-06-22)
----------------------------------------
- #1554 - Upgrade to Spring Framework 5.3.8.
- #1553 - Upgrade to Reactor 2020.0.8.
- #1549 - IllegalStateException with @RequestParam Map<String, String>.
- #1546 - Upgrade to JSON Smart 2.3.1.
Changes in version 1.3.1 (2021-05-12)
----------------------------------------
- #1533 - Upgrade to Spring 5.3.7.

View File

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