From e6744bb30475fed4e4144f1ad487207b7a1ac032 Mon Sep 17 00:00:00 2001 From: Matt Stratton Date: Tue, 5 Jul 2022 20:08:17 -0500 Subject: [PATCH] Update theme to version 1.17.2 --- CHANGELOG.md | 8 ++++++++ theme.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 245dc601..1e5d22cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [1.17.2](https://github.com/mattstratton/castanet/tree/1.17.2) (2022-07-06) + +**Fixed bugs:** + +- Fixes Instagram icon [\#385](https://github.com/mattstratton/castanet/pull/385) ([AVGP](https://github.com/AVGP)) + ## [1.17.1](https://github.com/mattstratton/castanet/tree/1.17.1) (2022-02-22) **Fixed bugs:** @@ -7,6 +13,8 @@ - \[BUG\] - Upper case problems in title attributes in XML RSS feed [\#337](https://github.com/mattstratton/castanet/issues/337) - Error when no menu items are set in config file [\#165](https://github.com/mattstratton/castanet/issues/165) +## [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)) diff --git a/theme.toml b/theme.toml index 8658297b..2924cb95 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.17.1" +theme_version = "1.17.2" [author] name = "Matt Stratton"