Prepare v1.7.2 release

This commit is contained in:
Mateusz Zalewski 2020-04-02 12:37:38 +02:00
parent 7b728f4d43
commit 15bd18fb4c
No known key found for this signature in database
GPG key ID: 9BECA0BB71612E52
2 changed files with 11 additions and 2 deletions

View file

@ -1,5 +1,14 @@
# CHANGELOG FOR `1.7.X`
## v1.7.2 (2020-04-02)
#### Details
- [#11315](https://github.com/Sylius/Sylius/issues/11315) [UI] Fix stylesheets problem on the login page ([@Zales0123](https://github.com/Zales0123))
- [#11317](https://github.com/Sylius/Sylius/issues/11317) Fix BC breaks introduced with new template event system ([@pamil](https://github.com/pamil))
- [#11322](https://github.com/Sylius/Sylius/issues/11322) Fix Psalm docblock marked as a regular one ([@pamil](https://github.com/pamil))
- [#11135](https://github.com/Sylius/Sylius/issues/11135) [Docs] Improved coping UX ([@lchrusciel](https://github.com/lchrusciel))
## v1.7.1 (2020-03-31)
#### Details

View file

@ -31,7 +31,7 @@ use Webmozart\Assert\Assert;
class Kernel extends HttpKernel
{
public const VERSION = '1.7.2-DEV';
public const VERSION = '1.7.2';
public const VERSION_ID = '10702';
@ -41,7 +41,7 @@ class Kernel extends HttpKernel
public const RELEASE_VERSION = '2';
public const EXTRA_VERSION = 'DEV';
public const EXTRA_VERSION = '';
public function __construct(string $environment, bool $debug)
{