diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c4908035..5f9682bcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [3.5.2](https://github.com/sonata-project/ecommerce/compare/3.5.1...3.5.2) - 2021-03-21 +### Changed +- [[#773](https://github.com/sonata-project/ecommerce/pull/773)] Change usage of `Symfony\Bridge\Doctrine\RegistryInterface` into `Doctrine\Persistence\ManagerRegistry` (BC) ([@wbloszyk](https://github.com/wbloszyk)) + ## [3.5.1](https://github.com/sonata-project/ecommerce/compare/3.5.0...3.5.1) - 2021-02-16 ### Changed - [[#771](https://github.com/sonata-project/ecommerce/pull/771)] Change usage of `Symfony\Bridge\Doctrine\RegistryInterface` into `Doctrine\Persistence\ManagerRegistry` (BC) ([@wbloszyk](https://github.com/wbloszyk))