diff --git a/CHANGELOG.md b/CHANGELOG.md index 921a29fc..15f91e97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [1.1.1](https://github.com/mattstratton/castanet/tree/1.1.1) (2019-11-15) +**Fixed bugs:** + +- Drop down menu not working on iPhone [\#228](https://github.com/mattstratton/castanet/issues/228) + +**Merged pull requests:** + +- Fix issue with navbar on mobile [\#229](https://github.com/mattstratton/castanet/pull/229) ([mattstratton](https://github.com/mattstratton)) + ## [1.1.0](https://github.com/mattstratton/castanet/tree/1.1.0) (2019-11-11) **Implemented enhancements:** diff --git a/theme.toml b/theme.toml index 22e95a79..9f74fec6 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.0" +theme_version = "1.1.1" [author] name = "Matt Stratton"