Skip to content

Commit e18cb96

Browse files
committed
#1672 - Update changelog prior to release.
1 parent 8861300 commit e18cb96

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

src/main/resources/changelog.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Spring HATEOAS Changelog
22
========================
33

4+
Changes in version 1.3.5 (2021-10-14)
5+
----------------------------------------
6+
- #1675 - Upgrade to Reactor 2020.0.12.
7+
- #1674 - Upgrade to Spring Framework 5.3.11.
8+
- #1673 - Upgrade to Lombok 1.18.22.
9+
- #1663 - Fix sample of HalModelBuilder in documentation.
10+
- #1661 - IndexOutOfBoundException if no media type configurations registered.
11+
- #1653 - Better exception in case of wrong parameter array length in MethodLinkBuilderFactory.linkTo(…) methods.
12+
- #1649 - Irritating log output when pointing to controller methods that return a Mono.
13+
- #1643 - Upgrade Lombok to 1.18.20 for JDK 17 support.
14+
- #1642 - Upgrade compatibility builds to JDK 17.
15+
- #1641 - DummyInvocationUtils.methodOn(…) fails for methods returning Object on JDK 17.
16+
417
Changes in version 1.3.4 (2021-09-16)
518
----------------------------------------
619
- #1622 - Upgrade to Jackson 2.12.5.

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