Skip to content

Commit 414d709

Browse files
committed
#1785 - Update changelog.
1 parent 577c574 commit 414d709

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

src/main/resources/changelog.txt

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

4+
Changes in version 1.4.3 (2022-05-12)
5+
----------------------------------------
6+
- #1784 - Upgrade to Reactor 2020.0.19.
7+
- #1783 - Upgrade to Spring Framework 5.3.20.
8+
- #1780 - MultipartFile parameter must not be added as template variable.
9+
410
Changes in version 1.4.2 (2022-04-19)
511
----------------------------------------
612
- #1774 - Upgrade to Jackson 2.13.2.1.

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