Skip to content

Commit

Permalink
#1635 - Prepare changelog for 1.4 M3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Sep 16, 2021
1 parent 60e7f2e commit 1ad6448
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions src/main/resources/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
Spring HATEOAS Changelog
========================

Changes in version 1.4 M3 (2021-09-16)
----------------------------------------
- #1634 - Upgrade to AssertJ 3.20.2.
- #1633 - Upgrade to EvoInflector 1.3.
- #1632 - Upgrade to Logback 1.2.6.
- #1631 - Upgrade to JaCoCo 0.8.7.
- #1630 - Upgrade to Jackson 2.12.5.
- #1629 - Upgrade to JUnit 5.8.
- #1628 - Upgrade to Slf4j 1.7.32.
- #1627 - Upgrade to Mockk 1.12.0.
- #1626 - Upgrade to Kotlin 1.5.30 and Coroutines 1.5.3.
- #1625 - Upgrade to Reactor 2020.0.11.
- #1624 - Upgrade to Spring Framework 5.3.10.
- #1609 - Avoid superfluous object creation in Link.valueOf(…).
- #1608 - HAL-FORMS affordance method is in lowercase instead of uppercase.
- #1607 - Remove deprecations in Affordances.
- #1602 - Wrong nullability declarations for properties of Link.
- #1599 - @JsonIdentityInfo not rendering correctly since Spring HATEOAS 1.1.2.
- #1598 - Custom converter is not used for enum list query parameter.

Changes in version 1.4 M2 (2021-08-12)
----------------------------------------
- #1591 - Allow to register custom media type for HAL FORMS.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
*/
class ChangelogCreator {

private static final int MILESTONE_ID = 75;
private static final int MILESTONE_ID = 76;
private static final String URI_TEMPLATE = "https://api.github.com/repos/spring-projects/spring-hateoas/issues?milestone={id}&state=closed";

public static void main(String... args) {
Expand Down

0 comments on commit 1ad6448

Please sign in to comment.