diff --git a/exampleSite/content/basics/CHANGELOG.md b/exampleSite/content/basics/CHANGELOG.md index e76848ee94..745bb271c7 100644 --- a/exampleSite/content/basics/CHANGELOG.md +++ b/exampleSite/content/basics/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 2.9.2 (2021-11-26) + +### Enhancements + +- [**feature**] theme: add theme version info to head [#158](https://github.com/McShelby/hugo-theme-relearn/issues/158) + +### Fixes + +- [**bug**] theme: fix selection of *.ico files as favicons [#160](https://github.com/McShelby/hugo-theme-relearn/issues/160) + +--- + ## 2.9.1 (2021-11-22) ### Fixes diff --git a/layouts/partials/version.html b/layouts/partials/version.html index 38d56e5e0c..5d9ade10c6 100644 --- a/layouts/partials/version.html +++ b/layouts/partials/version.html @@ -1 +1 @@ -2.9.1 \ No newline at end of file +2.9.2