Skip to content

Commit 4b85e3f

Browse files
committed
#1552 - Update changelog.
1 parent afb8ee7 commit 4b85e3f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/main/resources/changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
Spring HATEOAS Changelog
22
========================
3+
Changes in version 1.2.7 (2021-06-22)
4+
----------------------------------------
5+
- #1556 - Upgrade to Reactor 2020.0.8.
6+
- #1555 - Upgrade to Spring Framework 5.3.8.
7+
- #1546 - Upgrade to JSON Smart 2.3.1.
38

49
Changes in version 1.2.6 (2021-05-12)
510
----------------------------------------

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 = 68;
41+
private static final int MILESTONE_ID = 69;
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)