diff --git a/exampleSite/content/basics/CHANGELOG.md b/exampleSite/content/basics/CHANGELOG.md index 75f1a6ac2e..ceceb1a343 100644 --- a/exampleSite/content/basics/CHANGELOG.md +++ b/exampleSite/content/basics/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 5.24.1 (2024-02-17) + +### Enhancements + +- [**feature**] link: make resolution reporting configurable [#774](https://github.com/McShelby/hugo-theme-relearn/issues/774) + +--- + ## 5.24.0 (2024-02-17) ### Enhancements diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index 5e028de9d4..dac0c92dd8 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -5.24.0+tip \ No newline at end of file +5.24.1 \ No newline at end of file