From db82c89e888f4d171db12a0a13d0aef36fdaefd3 Mon Sep 17 00:00:00 2001 From: Matt Stratton Date: Mon, 23 Nov 2020 17:10:42 -0600 Subject: [PATCH] Update theme to version 1.11.0 --- CHANGELOG.md | 13 ++++++++++++- theme.toml | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 657bbef3..3605b9a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Changelog -## [1.10.0](https://github.com/mattstratton/castanet/tree/1.10.0) (2020-09-13) +## [1.11.0](https://github.com/mattstratton/castanet/tree/1.11.0) (2020-11-23) + +**Implemented enhancements:** + +- Add list of sites using theme to the README [\#270](https://github.com/mattstratton/castanet/issues/270) +- show future episodes [\#257](https://github.com/mattstratton/castanet/issues/257) + +**Fixed bugs:** + +- \[Bug\] Navbar nests links and results in 404 error [\#269](https://github.com/mattstratton/castanet/issues/269) + +## [1.10.0](https://github.com/mattstratton/castanet/tree/1.10.0) (2020-09-14) **Implemented enhancements:** diff --git a/theme.toml b/theme.toml index c885d0ae..39e2f1f4 100644 --- a/theme.toml +++ b/theme.toml @@ -9,7 +9,7 @@ homepage = "https://github.com/mattstratton/castanet" tags = ["podcast", "responsive"] features = ["podcast RSS", "subscribe buttons"] min_version = "0.69.2" -theme_version = "1.10.0" +theme_version = "1.11.0" [author] name = "Matt Stratton"