diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ac47a57..1ec4a9cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Change Log -## [0.7.0](https://github.com/mattstratton/castanet/tree/0.7.0) (2017-06-09) +## [0.8.0](https://github.com/mattstratton/castanet/tree/0.8.0) (2017-06-13) +**Implemented enhancements:** + +- Add a bunch more sample guests [\#125](https://github.com/mattstratton/castanet/issues/125) +- Guest page should show links to all shows with all versions of a guest [\#117](https://github.com/mattstratton/castanet/issues/117) +- Customize placement of "Read More" [\#116](https://github.com/mattstratton/castanet/issues/116) +- Add proper use of CDATA to episode feed [\#23](https://github.com/mattstratton/castanet/issues/23) + +## [0.7.0](https://github.com/mattstratton/castanet/tree/0.7.0) (2017-06-10) **Implemented enhancements:** - Create a page listing all guests [\#121](https://github.com/mattstratton/castanet/issues/121) @@ -21,10 +29,6 @@ - "Read More" shows up on main hero even if not truncated [\#115](https://github.com/mattstratton/castanet/issues/115) - Paginator needs to be constrained [\#96](https://github.com/mattstratton/castanet/issues/96) -**Merged pull requests:** - -- Yeah, that example site... [\#126](https://github.com/mattstratton/castanet/pull/126) ([mattstratton](https://github.com/mattstratton)) - ## [0.6.0](https://github.com/mattstratton/castanet/tree/0.6.0) (2017-05-19) **Implemented enhancements:** diff --git a/theme.toml b/theme.toml index a540b530..5370fddf 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.19 -theme_version = "0.7.0" +theme_version = "0.8.0" [author] name = "Matt Stratton"