diff --git a/CHANGELOG.md b/CHANGELOG.md index 950a72dd..07d06764 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.14.3](https://github.com/mattstratton/castanet/tree/1.14.3) (2021-02-18) + +**Fixed bugs:** + +- \[BUG\] - Remove blog from jumbotron when not in use [\#338](https://github.com/mattstratton/castanet/issues/338) + +**Merged pull requests:** + +- Update version of ini package [\#336](https://github.com/mattstratton/castanet/pull/336) ([mattstratton](https://github.com/mattstratton)) + ## [1.14.1](https://github.com/mattstratton/castanet/tree/1.14.1) (2021-01-04) **Fixed bugs:** @@ -140,10 +150,6 @@ - Fix bug in episode template with transcripts [\#276](https://github.com/mattstratton/castanet/pull/276) ([mattstratton](https://github.com/mattstratton)) -**Merged pull requests:** - -- Update host code to be a partial [\#166](https://github.com/mattstratton/castanet/pull/166) ([mattstratton](https://github.com/mattstratton)) - ## [1.5.0](https://github.com/mattstratton/castanet/tree/1.5.0) (2020-05-19) **Implemented enhancements:** @@ -341,6 +347,10 @@ - Enhanced Host Support [\#142](https://github.com/mattstratton/castanet/issues/142) +**Merged pull requests:** + +- Update host code to be a partial [\#166](https://github.com/mattstratton/castanet/pull/166) ([mattstratton](https://github.com/mattstratton)) + ## [0.8.0](https://github.com/mattstratton/castanet/tree/0.8.0) (2017-06-13) **Implemented enhancements:** diff --git a/theme.toml b/theme.toml index 4de7b3e1..b8e44c76 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.14.2" +theme_version = "1.14.3" [author] name = "Matt Stratton"