diff --git a/exampleSite/content/basics/CHANGELOG.md b/exampleSite/content/basics/CHANGELOG.md index 9a434c4842..4ccdd8250d 100644 --- a/exampleSite/content/basics/CHANGELOG.md +++ b/exampleSite/content/basics/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 5.9.0 (2022-12-23) + +### Enhancements + +- [**feature**][**change**] theme: open external links in separate tab [#419](https://github.com/McShelby/hugo-theme-relearn/issues/419) +- [**feature**] theme: make it a Hugo module [#417](https://github.com/McShelby/hugo-theme-relearn/issues/417) + +### Fixes + +- [**bug**][**change**] attachments: fix incorrect links for defaultContentLanguageInSubdir=true [#425](https://github.com/McShelby/hugo-theme-relearn/issues/425) + +--- + ## 5.8.1 (2022-12-11) ### Fixes diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index 19692c30e9..cf51361190 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -5.8.1+tip \ No newline at end of file +5.9.0 \ No newline at end of file