Skip to content

Commit 5238218

Browse files
committed
#1978 - Update changelog.
1 parent 82a1e4b commit 5238218

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

src/main/resources/changelog.txt

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

4+
Changes in version 2.1.0 (2023-05-11)
5+
----------------------------------------
6+
- #1973 - Upgrade to Reactor 2022.0.7.
7+
- #1970 - Upgrade to Spring 6.0.9.
8+
- #1967 - Upgrade to Kotlin 1.8.21.
9+
- #1965 - Optional support for Validation API still on javax.… namespace.
10+
- #1963 - Upgrade to Jackson 2.15.
11+
412
Changes in version 2.1.0-RC1 (2023-04-13)
513
----------------------------------------
614
- #1959 - Upgrade build plugins.

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