Skip to content

Commit 61fb553

Browse files
committed
#2028 - Update changelog.
1 parent 577117d commit 61fb553

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
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.1.2 (2023-07-19)
5+
----------------------------------------
6+
- #2025 - Regression in AOT metadata generation.
7+
48
Changes in version 2.1.1 (2023-07-14)
59
----------------------------------------
610
- #2020 - Switch to UriComponentsBuilder.fromUri(…).

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
*/
3939
class ChangelogCreator {
4040

41-
private static final int MILESTONE_ID = 120;
42-
private static final String URI_TEMPLATE = "https://api.github.com/repos/spring-projects/spring-hateoas/issues?milestone={id}";
41+
private static final int MILESTONE_ID = 124;
42+
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) {
4545

0 commit comments

Comments
 (0)