From 52f6f4869a1a907d3737429cf194f3b338ed5fa0 Mon Sep 17 00:00:00 2001 From: Matty Stratton Date: Thu, 4 Jan 2024 18:17:59 -0600 Subject: [PATCH] Update theme to version 1.22.2 --- CHANGELOG.md | 9 +++++++++ theme.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54b95b3..d0ff5c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,16 @@ # Changelog +## [1.22.2](https://github.com/mattstratton/castanet/tree/1.22.2) (2024-01-05) + +**Closed issues:** + +- Update CONTRIBUTING.md to remove Codekit references [\#311](https://github.com/mattstratton/castanet/issues/311) +- Remove unnecessary files from release archive [\#303](https://github.com/mattstratton/castanet/issues/303) + ## [1.22.1](https://github.com/mattstratton/castanet/tree/1.22.1) (2024-01-04) +## [1.22.0](https://github.com/mattstratton/castanet/tree/1.22.0) (2024-01-04) + **Implemented enhancements:** - \[ENHANCEMENT\] - add support for Threads [\#411](https://github.com/mattstratton/castanet/issues/411) diff --git a/theme.toml b/theme.toml index 6602c2c..afa16b6 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.22.1" +theme_version = "1.22.2" [author] name = "Matt Stratton"