Skip to content

Commit ab45ba3

Browse files
committed
#1760 - Prepare changelog for 2.0 M2.
1 parent a7099a8 commit ab45ba3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/main/resources/changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Spring HATEOAS Changelog
22
========================
33

4+
Changes in version 2.0 M2 (2022-02-17)
5+
----------------------------------------
6+
- #1757 - Add support for javax.validation.constraints.NotBlank.
7+
48
Changes in version 2.0 M1 (2022-01-17)
59
----------------------------------------
610
- #1752 - Upgarde to Spring Plugin 3.0 M1.

src/test/java/org/springframework/hateoas/support/ChangelogCreator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
*/
3939
class ChangelogCreator {
4040

41-
private static final int MILESTONE_ID = 80;
41+
private static final int MILESTONE_ID = 92;
4242
private static final String URI_TEMPLATE = "https://api.github.com/repos/spring-projects/spring-hateoas/issues?milestone={id}&state=closed";
4343

4444
public static void main(String... args) {

0 commit comments

Comments
 (0)