#1410 - Prepare changelog for 1.2.2 release.
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
Spring HATEOAS Changelog
|
||||
========================
|
||||
|
||||
Changes in version 1.2.2 (2020-12-09)
|
||||
----------------------------------------
|
||||
- #1409 - Upgrade to Spring Framework 5.3.2.
|
||||
- #1400 - Curie information not rendered if model contains pre-curied links.
|
||||
|
||||
Changes in version 1.2.1 (2020-11-10)
|
||||
----------------------------------------
|
||||
- #1393 - Upgrade to Spring Docs Resources 0.2.4.
|
||||
|
||||
@@ -38,7 +38,7 @@ import com.jayway.jsonpath.JsonPath;
|
||||
*/
|
||||
class ChangelogCreator {
|
||||
|
||||
private static final int MILESTONE_ID = 55;
|
||||
private static final int MILESTONE_ID = 56;
|
||||
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) {
|
||||
@@ -91,7 +91,7 @@ class ChangelogCreator {
|
||||
|
||||
if (header) {
|
||||
System.out.println(
|
||||
"Changes in version " + JsonPath.read(content, "$[1].milestone.title") + " (" + LocalDate.now() + ")");
|
||||
"Changes in version " + JsonPath.read(content, "$[0].milestone.title") + " (" + LocalDate.now() + ")");
|
||||
System.out.println("----------------------------------------");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user