diff --git a/CHANGELOG.md b/CHANGELOG.md index 79336eab..c120db32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Release Notes -## [Unreleased](https://github.com/laravel/serializable-closure/compare/v1.0.1...master) +## [Unreleased](https://github.com/laravel/serializable-closure/compare/v1.0.2...master) + +## [v1.0.2 (2020-09-29)](https://github.com/laravel/serializable-closure/compare/v1.0.1...v1.0.2) + +### Fixed +- Fixes serialization of closures that got rebound ([#19](https://github.com/laravel/serializable-closure/pull/19)) ## [v1.0.1 (2020-09-29)](https://github.com/laravel/serializable-closure/compare/v1.0.0...v1.0.1)