From 2c3e4e216d12e67dce4d0cb336fdce2012e643c5 Mon Sep 17 00:00:00 2001
From: Matt Stratton <matt.stratton@gmail.com>
Date: Sun, 1 Dec 2019 10:29:38 -0600
Subject: [PATCH] Update theme to version 1.1.24

---
 CHANGELOG.md | 9 +++++++++
 theme.toml   | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 34be4e9d..b6f4b135 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,14 @@
 # Change Log
 
+## [1.1.24](https://github.com/mattstratton/castanet/tree/1.1.24) (2019-12-01)
+**Closed issues:**
+
+- Per-show Tweet link leads to wrong pre-filled text in tweet [\#203](https://github.com/mattstratton/castanet/issues/203)
+
+**Merged pull requests:**
+
+- Fix twitter url in share button [\#239](https://github.com/mattstratton/castanet/pull/239) ([mattstratton](https://github.com/mattstratton))
+
 ## [1.1.23](https://github.com/mattstratton/castanet/tree/1.1.23) (2019-11-29)
 **Merged pull requests:**
 
diff --git a/theme.toml b/theme.toml
index c7792db6..204e53dc 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.58.3"
-theme_version = "1.1.23"
+theme_version = "1.1.24"
 
 [author]
   name = "Matt Stratton"