diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d5f378c..6edd0c05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Release Notes -## [Unreleased](https://github.com/laravel/serializable-closure/compare/v1.3.1...master) +## [Unreleased](https://github.com/laravel/serializable-closure/compare/v1.3.2...master) + +## [v1.3.2](https://github.com/laravel/serializable-closure/compare/v1.3.1...v1.3.2) - 2023-10-17 + +- Fixes FQCN on anonymous classes definition by [@nunomaduro](https://github.com/nunomaduro) in https://github.com/laravel/serializable-closure/pull/75 ## [v1.3.1](https://github.com/laravel/serializable-closure/compare/v1.3.0...v1.3.1) - 2023-07-14