diff --git a/CHANGELOG.md b/CHANGELOG.md index 07d06764..214c1dc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,15 @@ # Changelog +## [1.14.4](https://github.com/mattstratton/castanet/tree/1.14.4) (2021-03-01) + +**Fixed bugs:** + +- Add absURL to menus [\#343](https://github.com/mattstratton/castanet/pull/343) ([mattstratton](https://github.com/mattstratton)) + ## [1.14.3](https://github.com/mattstratton/castanet/tree/1.14.3) (2021-02-18) +## [1.14.2](https://github.com/mattstratton/castanet/tree/1.14.2) (2021-02-18) + **Fixed bugs:** - \[BUG\] - Remove blog from jumbotron when not in use [\#338](https://github.com/mattstratton/castanet/issues/338) diff --git a/theme.toml b/theme.toml index b8e44c76..9cb70bae 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.14.3" +theme_version = "1.14.4" [author] name = "Matt Stratton"