diff --git a/CHANGELOG-1.5.md b/CHANGELOG-1.5.md new file mode 100644 index 00000000..c0754b7f --- /dev/null +++ b/CHANGELOG-1.5.md @@ -0,0 +1,22 @@ +# CHANGELOG FOR `1.4.X` + +## v1.5.0 (2022-07-20) + +#### TL;DR + +- Added support for Sylius 1.11 +- Added support for PHP 8.1 and dropped for 7.4 + +### Added +- [#726](https://github.com/Sylius/ShopApiPlugin/issues/726) [Maintenance] Support PHP 8.1, drop PHP 7.4, bump to Sylius 1.10 ([@Rafikooo](https://github.com/Rafikooo)) +- [#722](https://github.com/Sylius/ShopApiPlugin/issues/722) Adds an endpoint to get a list of countries, and provinces by country ([@medteck](https://github.com/medteck), [@mamazu](https://github.com/mamazu)) + +### Changed +- [#718](https://github.com/Sylius/ShopApiPlugin/issues/718) Remove unused oauth-server-bundle from dependencies ([@TiMESPLiNTER](https://github.com/TiMESPLiNTER)) +- [#723](https://github.com/Sylius/ShopApiPlugin/issues/723) Adding the license block to the coding standard ([@mamazu](https://github.com/mamazu)) +- [#727](https://github.com/Sylius/ShopApiPlugin/issues/727) [Upgrade] Support PHP 8.1, drop PHP 7.4, bump to Sylius 1.10 ([@Rafikooo](https://github.com/Rafikooo)) + +### Fixed +- [#731](https://github.com/Sylius/ShopApiPlugin/issues/731) [Maintenance] Allow flex plugin during plugin installation ([@lchrusciel](https://github.com/lchrusciel)) +- [#732](https://github.com/Sylius/ShopApiPlugin/issues/732) [Maintenance] Turn off code sniffer and turn on flex in CI ([@lchrusciel](https://github.com/lchrusciel)) +