File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
test/java/org/springframework/hateoas/support Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
Spring HATEOAS Changelog
2
2
========================
3
3
4
+ Changes in version 2.0 M2 (2022-02-17)
5
+ ----------------------------------------
6
+ - #1757 - Add support for javax.validation.constraints.NotBlank.
7
+
4
8
Changes in version 2.0 M1 (2022-01-17)
5
9
----------------------------------------
6
10
- #1752 - Upgarde to Spring Plugin 3.0 M1.
Original file line number Diff line number Diff line change 38
38
*/
39
39
class ChangelogCreator {
40
40
41
- private static final int MILESTONE_ID = 80 ;
41
+ private static final int MILESTONE_ID = 92 ;
42
42
private static final String URI_TEMPLATE = "https://api.github.com/repos/spring-projects/spring-hateoas/issues?milestone={id}&state=closed" ;
43
43
44
44
public static void main (String ... args ) {
You can’t perform that action at this time.
0 commit comments