diff --git a/exampleSite/content/basics/CHANGELOG.md b/exampleSite/content/basics/CHANGELOG.md index 0c5c0e665a..cd6558dce9 100644 --- a/exampleSite/content/basics/CHANGELOG.md +++ b/exampleSite/content/basics/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 5.25.0 (2024-02-29) + +### Enhancements + +- [**feature**][**change**] theme: print out GitInfo in page footer if configured [#786](https://github.com/McShelby/hugo-theme-relearn/issues/786) +- [**feature**][**change**] resources: new shortcode to deprecate attachments shortcode [#22](https://github.com/McShelby/hugo-theme-relearn/issues/22) + +### Fixes + +- [**bug**] swagger: fix compat warning [#787](https://github.com/McShelby/hugo-theme-relearn/issues/787) + +--- + ## 5.24.3 (2024-02-28) ### Fixes diff --git a/exampleSite/content/basics/migration/_index.en.md b/exampleSite/content/basics/migration/_index.en.md index 13aeecbc3e..d614e91c61 100644 --- a/exampleSite/content/basics/migration/_index.en.md +++ b/exampleSite/content/basics/migration/_index.en.md @@ -18,7 +18,7 @@ This document shows you what's new in the latest release and flags it with one o --- -## 5.25.0.beta (XXX) {#5250} +## 5.25.0 (2024-02-29) {#5250} - {{% badge style="note" title=" " %}}Change{{% /badge %}} This release deprecates the [`attachments` shortcode](shortcodes/attachments) in favor of the new the [`resources` shortcode](shortcodes/resources). diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index 7e96607c01..c5278bb245 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -5.24.3+tip \ No newline at end of file +5.25.0 \ No newline at end of file