Skip to content

Commit

Permalink
#2076 - Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Nov 16, 2023
1 parent b031fe5 commit 2b44b0d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions src/main/resources/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Spring HATEOAS Changelog
========================

Changes in version 2.0.7 (2023-11-16)
----------------------------------------
- #2070 - Upgrade to Reactor 2022.0.13.
- #2069 - Upgrade to Lombok 1.18.30.
- #2068 - Upgrade to Logback 1.4.11.
- #2067 - Upgrade compatibility profiles to latest Kotlin releases.
- #2066 - Upgrade to Mockk 1.13.7.
- #2065 - Upgrade to Spring Framework 6.0.14.
- #2058 - Enable compatibility builds for all 2.x branches.
- #2042 - UriTemplate.with(…) should not only append variables at the end.

Changes in version 2.0.6 (2023-07-19)
----------------------------------------
- #2026 - Regression in AOT metadata generation.
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 = 123;
private static final int MILESTONE_ID = 126;
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 2b44b0d

Please sign in to comment.