diff --git a/CHANGELOG.md b/CHANGELOG.md index eea59bd..2f9d879 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/wayofdev/laravel-symfony-serializer/compare/v1.0.0...v1.0.1) (2023-06-11) + + +### Documentation + +* change readme ([ed9fe32](https://github.com/wayofdev/laravel-symfony-serializer/commit/ed9fe320bd481c0d922638650b0b199118ae9ec4)) + ## 1.0.0 (2023-06-11) diff --git a/package.json b/package.json index 3a6a521..77f6637 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.0.0", + "version": "1.0.1", "repository": { "url": "https://github.com/wayofdev/laravel-symfony-serializer.git" }