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"