Skip to content

Commit

Permalink
chore(changelog): add log for v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrildewit committed Dec 25, 2018
1 parent 78ec140 commit 62548b2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 62548b2

Please sign in to comment.