From 187d051fb0397f8a0a0ae8e9c99b05066d3011b7 Mon Sep 17 00:00:00 2001 From: Matt Stratton Date: Mon, 4 Jan 2021 14:19:56 -0600 Subject: [PATCH] Update theme to version 1.14.1 --- CHANGELOG.md | 16 +++++++++++----- theme.toml | 2 +- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8616429d..950a72dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog -## [1.14.0](https://github.com/mattstratton/castanet/tree/1.14.0) (2021-01-01) +## [1.14.1](https://github.com/mattstratton/castanet/tree/1.14.1) (2021-01-04) + +**Fixed bugs:** + +- Fixing RSS feed publishing bug [\#335](https://github.com/mattstratton/castanet/pull/335) ([chrisreddington](https://github.com/chrisreddington)) + +## [1.14.0](https://github.com/mattstratton/castanet/tree/1.14.0) (2021-01-02) **Implemented enhancements:** @@ -134,6 +140,10 @@ - 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:** @@ -331,10 +341,6 @@ - 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 820dc321..5d004d2a 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.0" +theme_version = "1.14.1" [author] name = "Matt Stratton"