Skip to content

Commit 89b1e6b

Browse files
committed
#1952 - Prepare changelog.
1 parent 2890241 commit 89b1e6b

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

src/main/resources/changelog.txt

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

4+
Changes in version 2.1.0-M1 (2023-03-20)
5+
----------------------------------------
6+
- #1938 - Upgrade to Spring Framework 6.0.7.
7+
- #1937 - Upgrade to Mockk 1.13.4.
8+
- #1936 - Upgrade to Slf4j 2.0.6.
9+
- #1935 - Upgrade to Reactor 2022.0.5.
10+
- #1934 - Upgrade to Lombok 1.18.26.
11+
- #1933 - Upgrade to JUnit 5.9.2.
12+
- #1932 - Upgrade to Jackson 2.14.2.
13+
- #1931 - Upgrade to Logback 1.4.6.
14+
- #1929 - Polish nullability and Javadoc.
15+
- #1928 - Upgrade to Spring Asciidoctor Backends 0.0.5.
16+
- #1927 - Upgrade to AssertJ 3.24.2.
17+
- #1925 - Upgrade to AsciidoctorJ 2.5.7.
18+
- #1924 - Upgrade to Spring Asciidoctor backends 0.0.4.
19+
- #1923 - Upgrade to Kotlin 1.8.10.
20+
- #1920 - Property metadata should support JSR-303 @Size.
21+
- #1919 - Upgrade CI build to use latest setup-java task.
22+
- #1905 - Upgrade to Spring Framework 6.0.5.
23+
- #1900 - Polish use of Optional in PropertyUtils.
24+
- #1899 - Link header parsing breaks for multiple links with at least one containing unquoted values.
25+
- #1886 - Trailing slash added for request mappings with empty path.
26+
- #1856 - Add SlicedModel class for representing Slice collections.
27+
- #1778 - Correct typo in JavaDoc of EntityLinks.
28+
429
Changes in version 2.0.0 (2022-11-16)
530
----------------------------------------
631
- #1880 - Upgrade to Spring Plugin 3.0.

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