#1760 - Prepare changelog for 2.0 M2.

This commit is contained in:
Oliver Drotbohm
2022-02-17 12:48:14 +01:00
parent a7099a8394
commit ab45ba3f11
2 changed files with 5 additions and 1 deletions

View File

@@ -1,6 +1,10 @@
Spring HATEOAS Changelog
========================
Changes in version 2.0 M2 (2022-02-17)
----------------------------------------
- #1757 - Add support for javax.validation.constraints.NotBlank.
Changes in version 2.0 M1 (2022-01-17)
----------------------------------------
- #1752 - Upgarde to Spring Plugin 3.0 M1.

View File

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