Skip to content

Commit 03aa0a6

Browse files
committed
#1881 - Update changelog.
1 parent 3a8e4b1 commit 03aa0a6

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

src/main/resources/changelog.txt

+12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Spring HATEOAS Changelog
22
========================
33

4+
Changes in version 2.0.0 (2022-11-16)
5+
----------------------------------------
6+
- #1880 - Upgrade to Spring Plugin 3.0.
7+
- #1879 - Upgrade to Reactor 2022.0.0.
8+
- #1878 - Upgrade Slf4j to 2.0.3.
9+
- #1877 - Upgrade to Spring Framework 6.0.
10+
- #1876 - Upgrade Logback to 1.4.4.
11+
- #1875 - Upgrade to Jakarta Servlet API 6.0.
12+
- #1874 - Upgrade to Kotlin 1.7.21.
13+
- #1873 - Upgrade to Mockk 1.13.2.
14+
- #1863 - Upgrade to Jackson 2.14.
15+
416
Changes in version 2.0.0-RC2 (2022-11-03)
517
----------------------------------------
618
- #1869 - Upgrade to Spring Framework 6.0 RC3.

src/test/java/org/springframework/hateoas/support/ChangelogCreator.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
*/
3939
class ChangelogCreator {
4040

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