Skip to content

Commit cb3656c

Browse files
committed
#1747 - Prepare changelog.
1 parent ee2f350 commit cb3656c

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,6 +1,15 @@
11
Spring HATEOAS Changelog
22
========================
33

4+
Changes in version 1.4.1 (2022-01-14)
5+
----------------------------------------
6+
- #1746 - Upgrade to Jackson 2.13.1.
7+
- #1745 - Upgrade to Reactor 2020.0.15.
8+
- #1744 - Upgrade to Spring Framework 5.3.15.
9+
- #1731 - UriTemplate throws exception for host variables.
10+
- #1730 - TypeBasedInputPayloadMetadata missing equals(…)and hashCode().
11+
- #1723 - Potential memory leak in WebMvcLinkBuilder.
12+
413
Changes in version 1.4 GA (2021-11-11)
514
----------------------------------------
615
- #1716 - Upgrade to Spring Framework 5.3.13.

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