diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index bb0fd2bfa..3eedb4ba7 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,16 @@ Spring Data REST Changelog ========================== +Changes in version 3.5.2 (2021-06-22) +------------------------------------- +* #2026 - Avoid using Guava's Charset. +* #2025 - Add GraalVM resource-config.json to allow HAL Explorer usage with native images. +* #2021 - Upgrade security related tests to Spring Security 5.3.9. +* #2019 - Use Spring HATEOAS snapshots. +* #2018 - Drop explicit dependency on JSON Path. +* #2016 - Fix missing link in the documentations. + + Changes in version 3.4.10 (2021-06-22) -------------------------------------- * #2026 - Avoid using Guava's Charset. @@ -1890,5 +1900,6 @@ Changes in version 2.0.0 M1 (2013-11-21) +