diff --git a/CHANGELOG.md b/CHANGELOG.md index fd63dcb..073176e 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). +## [v6.0.2] + +### Fixed + +- Revert breaking change of `remember` method in `Views` contract. The `$lifetime` variable has now a default value of `null`. + ## [v6.0.1] ### Fixed