Skip to content

Commit 6f559ad

Browse files
committed
#1506 - Prepare 1.3 RC1 release.
Update changelog.
1 parent 01c5fae commit 6f559ad

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/main/resources/changelog.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Spring HATEOAS Changelog
22
========================
33

4+
Changes in version 1.3 RC1 (2021-03-31)
5+
----------------------------------------
6+
- #1505 - Improve signature of HalFormsOptions.inline(…).
7+
- #1504 - Allow mapping links conditionally via RepresentationModel.mapLinkIf(…).
8+
49
Changes in version 1.3 M3 (2021-03-16)
510
----------------------------------------
611
- #1497 - Upgrade to Spring 5.3.5.

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
*/
3939
class ChangelogCreator {
4040

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