From de21806637ef9ab452bdcb54fd8f85f503b241df Mon Sep 17 00:00:00 2001 From: Matt Stratton Date: Sun, 16 Aug 2020 16:07:48 -0500 Subject: [PATCH] Update theme to version 1.8.1 --- CHANGELOG.md | 11 +++++++++++ theme.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02aa0f02..b773b6f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.8.1](https://github.com/mattstratton/castanet/tree/1.8.1) (2020-08-16) + +**Implemented enhancements:** + +- og:type should be article if an episode [\#285](https://github.com/mattstratton/castanet/pull/285) ([darinpope](https://github.com/darinpope)) + +**Fixed bugs:** + +- update Open Graph date format [\#284](https://github.com/mattstratton/castanet/pull/284) ([darinpope](https://github.com/darinpope)) +- add missing quotes [\#283](https://github.com/mattstratton/castanet/pull/283) ([darinpope](https://github.com/darinpope)) + ## [1.7.3](https://github.com/mattstratton/castanet/tree/1.7.3) (2020-08-04) **Fixed bugs:** diff --git a/theme.toml b/theme.toml index 7dcdb6cc..e2b75800 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.8.0" +theme_version = "1.8.1" [author] name = "Matt Stratton"