diff --git a/CHANGELOG.md b/CHANGELOG.md index 4be9f25..6dc4e48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.3](https://github.com/wayofdev/laravel-symfony-serializer/compare/v1.1.2...v1.1.3) (2023-06-20) + + +### Miscellaneous + +* **deps:** update dependency pestphp/pest to v2.8.1 ([785bbbb](https://github.com/wayofdev/laravel-symfony-serializer/commit/785bbbb72ab8932208fd72ad21d5c84e03a8c299)) + ## [1.1.2](https://github.com/wayofdev/laravel-symfony-serializer/compare/v1.1.1...v1.1.2) (2023-06-19) diff --git a/package.json b/package.json index 3303c12..d6760e0 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.1.2", + "version": "1.1.3", "repository": { "url": "https://github.com/wayofdev/laravel-symfony-serializer.git" }