From f7bba03b12152598519462e4757b324aa5d85f19 Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Fri, 5 Aug 2022 22:58:25 +0200 Subject: [PATCH] 4.5.0 (#773) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fffd6f71..e210c63c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [4.5.0](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/compare/4.4.0...4.5.0) - 2022-08-05 +### Added +- [[#759](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/759)] Added `ProxyQuery::setOptions()` to set Query options. ([@WebDaMa](https://github.com/WebDaMa)) + +### Changed +- [[#759](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/759)] Changed `ProxyQuery::execute()` to include Query options. ([@WebDaMa](https://github.com/WebDaMa)) + ## [4.4.0](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/compare/4.3.3...4.4.0) - 2022-08-02 ### Added - [[#771](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/771)] Support for sonata-project/exporter ^3 ([@VincentLanglet](https://github.com/VincentLanglet))