From 62548b272912fd2a6e6b8120dcc6e5727341a76d Mon Sep 17 00:00:00 2001 From: Cyril de Wit Date: Tue, 25 Dec 2018 14:46:04 +0100 Subject: [PATCH] chore(changelog): add log for v3.0.2 --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c90b2ee1..f22a85fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to `Eloquent Viewable` will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [v3.0.2] (2018-12-25) + +### Fixed + +- The method `delayInSession` isn't working properly + ## [v3.0.1] (2018-12-25) ### Fixed @@ -130,7 +136,8 @@ This major version contains some serious breaking changes! See the [upgrade guid - Removed the `addPageViewThatExpiresAt` method from the `Viewable` trait - The DateTransformer functionality has been removed -[Unreleased]: https://github.com/cyrildewit/eloquent-viewable/compare/v3.0.1...HEAD +[Unreleased]: https://github.com/cyrildewit/eloquent-viewable/compare/v3.0.2...HEAD +[v3.0.2]: https://github.com/cyrildewit/eloquent-viewable/compare/v3.0.1...v3.0.2 [v3.0.1]: https://github.com/cyrildewit/eloquent-viewable/compare/v3.0.0...v3.0.1 [v3.0.0]: https://github.com/cyrildewit/eloquent-viewable/compare/v2.3.3...v3.0.0 [v2.4.3]: https://github.com/cyrildewit/eloquent-viewable/compare/v2.3.2...v2.4.3