From 18496260bb7d024c0c8dda9fe365478a698e4399 Mon Sep 17 00:00:00 2001 From: Matt Stratton Date: Tue, 22 Feb 2022 09:42:09 -0600 Subject: [PATCH] Update theme to version 1.17.0 --- CHANGELOG.md | 9 ++++++--- theme.toml | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97e299ce..9a60dd92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,19 @@ # Changelog +## [1.17.0](https://github.com/mattstratton/castanet/tree/1.17.0) (2022-02-22) + +**Merged pull requests:** + +- Bump follow-redirects from 1.13.0 to 1.14.8 [\#372](https://github.com/mattstratton/castanet/pull/372) ([dependabot[bot]](https://github.com/apps/dependabot)) + ## [1.16.0](https://github.com/mattstratton/castanet/tree/1.16.0) (2022-02-22) **Implemented enhancements:** -- \[ENHANCEMENT\] - Add support for embedding anchor.fm player [\#352](https://github.com/mattstratton/castanet/issues/352) - \[ENHANCEMENT\] - Social links/parameters should support the full URL [\#350](https://github.com/mattstratton/castanet/issues/350) -- \[ENHANCEMENT\] - some tool that helps with uploads to all used services [\#341](https://github.com/mattstratton/castanet/issues/341) **Fixed bugs:** -- \[BUG\] - Guest Page isn't generating new guests [\#363](https://github.com/mattstratton/castanet/issues/363) - \[BUG\] - Update config.toml and sample site to add trailing / for the URLs [\#361](https://github.com/mattstratton/castanet/issues/361) ## [1.15.0](https://github.com/mattstratton/castanet/tree/1.15.0) (2021-04-15) diff --git a/theme.toml b/theme.toml index 6953d3a0..db1c9a0d 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.16.0" +theme_version = "1.17.0" [author] name = "Matt Stratton"