diff --git a/CHANGELOG.md b/CHANGELOG.md index 8930d51b..f796491a 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/). +## [2.11.0](https://github.com/sonata-project/exporter/compare/2.10.1...2.11.0) - 2022-02-13 +### Changed +- [[#573](https://github.com/sonata-project/exporter/pull/573)] Some typehint from SourceIteratorInterface to \Iterator to allow using this library without deprecation. ([@VincentLanglet](https://github.com/VincentLanglet)) + ## [2.10.1](https://github.com/sonata-project/exporter/compare/2.10.0...2.10.1) - 2022-01-03 ### Fixed - [[#567](https://github.com/sonata-project/exporter/pull/567)] SourceIteratorInterface unresolvable generics ([@VincentLanglet](https://github.com/VincentLanglet))