diff --git a/CHANGELOG.md b/CHANGELOG.md index ac7e455..a49c749 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All Notable changes to `laravel-feed` will be documented in this file +## 1.0.2 - 2016-03-06 + +- Fix the registration of feeds when using a catch all route + +### Important + +This version contains a breaking change. To continue using the package you'll have to add +`Route::feeds()` at the top of your routes file. + ## 1.0.1 - 2016-03-05 - Fix content type of feed response