diff --git a/CHANGELOG.md b/CHANGELOG.md index ac1aec78..6ca24e71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to `laravel-page-views-counter` will be documented in this f ## [Unreleased] +## [1.0.2] - 02-01-2018 + +## Fixed + +- Fix where clauses in `retrievePageViews()` method in `HasPageViewCounter` because they were overriding each other. + ## [1.0.1] - 28-12-2017 ## Changed @@ -163,7 +169,8 @@ The initial release of the Laravel Page Visits Counter package. - A default Eloquent model (`PageVisit`) for storing the page visits into the database. - A contract for the `PageVisit` Eloquent model because it can be changed within the configuration file. It uses Laravels Service Container to updates this automatically. -[Unreleased]: https://github.com/cyrildewit/laravel-page-visits-counter/compare/v1.0.1...HEAD +[Unreleased]: https://github.com/cyrildewit/laravel-page-visits-counter/compare/v1.0.2...HEAD +[1.0.2]: https://github.com/cyrildewit/laravel-page-visits-counter/compare/v1.0.1...v1.0.2 [1.0.1]: https://github.com/cyrildewit/laravel-page-visits-counter/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/cyrildewit/laravel-page-visits-counter/compare/v1.0.0-alpha...v1.0.0 [1.0.0-alpha]: https://github.com/cyrildewit/laravel-page-visits-counter/compare/v0.1.7...v1.0.0-alpha