#1759 - Update changelog.
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
Spring HATEOAS Changelog
|
||||
========================
|
||||
|
||||
Changes in version 1.5 M2 (2022-02-17)
|
||||
----------------------------------------
|
||||
- #1758 - Upgrade to Spring 5.3.16.
|
||||
- #1753 - Add support for javax.validation.constraints.NotBlank.
|
||||
|
||||
Changes in version 1.5 M1 (2022-01-14)
|
||||
----------------------------------------
|
||||
- #1739 - Upgrade to Kotlin 1.6.10.
|
||||
|
||||
@@ -38,7 +38,7 @@ import com.jayway.jsonpath.JsonPath;
|
||||
*/
|
||||
class ChangelogCreator {
|
||||
|
||||
private static final int MILESTONE_ID = 88;
|
||||
private static final int MILESTONE_ID = 89;
|
||||
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