diff --git a/CHANGELOG.md b/CHANGELOG.md index e9750a4..b121095 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.0.3](https://github.com/geekcell/sodium-bundle/compare/v1.0.2...v1.0.3) (2024-05-28) + + +### Miscellaneous Chores + +* bump setup-php php version from 8.1 to 8.2 ([beac670](https://github.com/geekcell/sodium-bundle/commit/beac670e60a5d7f75b666ad9452bc7380a0af1dc)) +* migrate phpunit config, remove deprecated/unused phpstan configuration, fixed command / bundle to respect symfony 7.0 changes ([27581dc](https://github.com/geekcell/sodium-bundle/commit/27581dca0d55943f02095d6c9fa416b84d30c753)) +* remove unused import ([29105a3](https://github.com/geekcell/sodium-bundle/commit/29105a350db8bfa032d77c4e2ae5b872a240fbac)) +* set php 8.2 as minimum version for package ([0c1fe59](https://github.com/geekcell/sodium-bundle/commit/0c1fe5995db2979ca232ca5bccdb500140d81b96)) +* update deps, require symfony/* ^6.0 | ^7.0 ([be7e05f](https://github.com/geekcell/sodium-bundle/commit/be7e05f282bdb4c55d7830887cea62a41dde943c)) + ## [1.0.2](https://github.com/geekcell/sodium-bundle/compare/v1.0.1...v1.0.2) (2023-04-18) diff --git a/composer.json b/composer.json index 32f1c51..fc36fad 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "A Symfony bundle to interact with PHP's Sodium extension", "type": "symfony-bundle", "license": "MIT", - "version": "1.0.2", + "version": "1.0.3", "authors": [ { "name": "Pascal Cremer",