diff --git a/CHANGELOG.md b/CHANGELOG.md index eaa25f4..9579162 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.1](https://github.com/wayofdev/laravel-symfony-serializer/compare/v1.1.0...v1.1.1) (2023-06-19) + + +### Miscellaneous + +* **deps:** update dependency nunomaduro/larastan to v2.6.3 ([bec3726](https://github.com/wayofdev/laravel-symfony-serializer/commit/bec3726890df62e3a10de972a06560a32316b76f)) + ## [1.1.0](https://github.com/wayofdev/laravel-symfony-serializer/compare/v1.0.3...v1.1.0) (2023-06-11) diff --git a/package.json b/package.json index 53b86e8..b93933d 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.1.0", + "version": "1.1.1", "repository": { "url": "https://github.com/wayofdev/laravel-symfony-serializer.git" }