From a04f01ff3fe64ea8f9a87ce1079e2fea7ee43a90 Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Wed, 31 Aug 2022 10:00:40 +0200 Subject: [PATCH] 4.5.1 (#2334) --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79a44319f..d97eee916 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/). +## [4.5.1](https://github.com/sonata-project/SonataMediaBundle/compare/4.5.0...4.5.1) - 2022-08-31 +### Fixed +- [[#2333](https://github.com/sonata-project/SonataMediaBundle/pull/2333)] Allow CloudFront to compress files passing ContentLength in the headers. ([@dmitryuk](https://github.com/dmitryuk)) + ## [4.5.0](https://github.com/sonata-project/SonataMediaBundle/compare/4.4.0...4.5.0) - 2022-08-04 ### Added - [[#2326](https://github.com/sonata-project/SonataMediaBundle/pull/2326)] Support for sonata-project/doctrine-extensions ^2 ([@VincentLanglet](https://github.com/VincentLanglet))