diff --git a/CHANGELOG.md b/CHANGELOG.md index c88d3db..a1243bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.22.9](https://github.com/mattstratton/castanet/tree/1.22.9) (2024-01-05) + +**Fixed bugs:** + +- \[BUG\] - Netlify build on sample site is not working [\#416](https://github.com/mattstratton/castanet/issues/416) +- Fix Netlify build for sample site [\#418](https://github.com/mattstratton/castanet/pull/418) ([mattstratton](https://github.com/mattstratton)) + +## [1.22.8](https://github.com/mattstratton/castanet/tree/1.22.8) (2024-01-05) + ## [1.22.7](https://github.com/mattstratton/castanet/tree/1.22.7) (2024-01-05) ## [1.22.6](https://github.com/mattstratton/castanet/tree/1.22.6) (2024-01-05) diff --git a/theme.toml b/theme.toml index 1c3ab55..a31d8e1 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.8" +theme_version = "1.22.9" [author] name = "Matt Stratton"