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"