Skip to content

Commit 2f09a43

Browse files
committed
#1582 - Prepare 1.3.3. release.
Update changelog.
1 parent 360cf88 commit 2f09a43

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

src/main/resources/changelog.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
Spring HATEOAS Changelog
22
========================
3+
Changes in version 1.3.3 (2021-07-14)
4+
----------------------------------------
5+
- #1580 - Upgrade to Reactor 2020.0.9.
6+
- #1579 - Upgrade to Spring Framework 5.3.9.
7+
- #1570 - Embedded curie causes two _links in API response.
8+
- #1569 - Fix custom media type parser documentation.
9+
- #1568 - Add MARKDOWN as a valid format for ALPS mediatype.
10+
- #1566 - Consider @JsonProperty-defined property name for affordance metadata.
11+
- #1560 - Support for implicitly not required request parameters.
312

413
Changes in version 1.3.2 (2021-06-22)
514
----------------------------------------

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