From 1d337cf48f33636a35ad993a8bad233f77c7382f Mon Sep 17 00:00:00 2001 From: Matt Stratton Date: Mon, 18 May 2020 19:12:09 -0500 Subject: [PATCH] Update theme to version 1.5.0 --- CHANGELOG.md | 8 ++++++++ theme.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ed1decf..366cea2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.5.0](https://github.com/mattstratton/castanet/tree/1.5.0) (2020-05-18) + +**Implemented enhancements:** + +- Add support for transcriptions [\#225](https://github.com/mattstratton/castanet/issues/225) + +## [1.4.1](https://github.com/mattstratton/castanet/tree/1.4.1) (2020-04-23) + ## [1.4.0](https://github.com/mattstratton/castanet/tree/1.4.0) (2020-04-23) **Implemented enhancements:** diff --git a/theme.toml b/theme.toml index 2db5093a..0d947528 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.4.1" +theme_version = "1.5.0" [author] name = "Matt Stratton"