diff --git a/exampleSite/content/basics/CHANGELOG.md b/exampleSite/content/basics/CHANGELOG.md index c34addee48..99b8894dda 100644 --- a/exampleSite/content/basics/CHANGELOG.md +++ b/exampleSite/content/basics/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## 5.8.0 (2022-12-08) + +### Enhancements + +- [**feature**] icon: add new shortcode [#412](https://github.com/McShelby/hugo-theme-relearn/issues/412) +- [**feature**] theme: style and document markdown extensions [#411](https://github.com/McShelby/hugo-theme-relearn/issues/411) +- [**feature**] badge: add new shortcode [#410](https://github.com/McShelby/hugo-theme-relearn/issues/410) +- [**feature**] theme: add accent color [#409](https://github.com/McShelby/hugo-theme-relearn/issues/409) + +### Fixes + +- [**bug**] theme: fix spacing for tag flyout in FF [#413](https://github.com/McShelby/hugo-theme-relearn/issues/413) + +--- + ## 5.7.0 (2022-11-29) ### Enhancements diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index 0bbbc74c49..edb1d397cf 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -5.7.0+tip \ No newline at end of file +5.8.0 \ No newline at end of file