Skip to content

Commit

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

Changes in version 1.5.4 (2023-03-20)
----------------------------------------
- #1950 - Upgrade to Kotlin 1.6.21 and KotlinX 1.6.4.
- #1949 - Upgrade to Reactor 2020.0.30.
- #1948 - Make sure reference docs are deployed for 1.5.x releases.
- #1947 - Upgrade to Spring Framework 5.3.26.

Changes in version 1.5.3 (2023-02-16)
----------------------------------------
- #1912 - Upgrade to Jackson 2.13.5.
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 = 105;
private static final int MILESTONE_ID = 113;
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 b386acd

Please sign in to comment.