Skip to content

Commit

Permalink
#1952 - Prepare changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Mar 20, 2023
1 parent 2890241 commit 89b1e6b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions src/main/resources/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
Spring HATEOAS Changelog
========================

Changes in version 2.1.0-M1 (2023-03-20)
----------------------------------------
- #1938 - Upgrade to Spring Framework 6.0.7.
- #1937 - Upgrade to Mockk 1.13.4.
- #1936 - Upgrade to Slf4j 2.0.6.
- #1935 - Upgrade to Reactor 2022.0.5.
- #1934 - Upgrade to Lombok 1.18.26.
- #1933 - Upgrade to JUnit 5.9.2.
- #1932 - Upgrade to Jackson 2.14.2.
- #1931 - Upgrade to Logback 1.4.6.
- #1929 - Polish nullability and Javadoc.
- #1928 - Upgrade to Spring Asciidoctor Backends 0.0.5.
- #1927 - Upgrade to AssertJ 3.24.2.
- #1925 - Upgrade to AsciidoctorJ 2.5.7.
- #1924 - Upgrade to Spring Asciidoctor backends 0.0.4.
- #1923 - Upgrade to Kotlin 1.8.10.
- #1920 - Property metadata should support JSR-303 @Size.
- #1919 - Upgrade CI build to use latest setup-java task.
- #1905 - Upgrade to Spring Framework 6.0.5.
- #1900 - Polish use of Optional in PropertyUtils.
- #1899 - Link header parsing breaks for multiple links with at least one containing unquoted values.
- #1886 - Trailing slash added for request mappings with empty path.
- #1856 - Add SlicedModel class for representing Slice collections.
- #1778 - Correct typo in JavaDoc of EntityLinks.

Changes in version 2.0.0 (2022-11-16)
----------------------------------------
- #1880 - Upgrade to Spring Plugin 3.0.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
*/
class ChangelogCreator {

private static final int MILESTONE_ID = 107;
private static final int MILESTONE_ID = 109;
private static final String URI_TEMPLATE = "https://api.github.com/repos/spring-projects/spring-hateoas/issues?milestone={id}&state=closed";

public static void main(String... args) {
Expand Down

0 comments on commit 89b1e6b

Please sign in to comment.