diff --git a/CHANGELOG.md b/CHANGELOG.md index dd4cb53..be54864 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com), and this project adheres to [Semantic Versioning](https://semver.org). -## [Unreleased] +## [3.7.0] - 2021-05-21 ### Added * [#70](https://github.com/shlinkio/shlink-common/issues/70) Added support for `symfony/mercure` 0.5. * [#72](https://github.com/shlinkio/shlink-common/issues/72) Added ability to register event listeners in the EntityManager through the `EntityManagerFactory`. ### Changed -* *Nothing* +* Updated to infection 0.23 ### Deprecated * *Nothing* diff --git a/composer.json b/composer.json index b570caf..002cc7d 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "symfony/translation-contracts": "^2.1" }, "require-dev": { - "infection/infection": "^0.21", + "infection/infection": "^0.23", "laminas/laminas-stratigility": "^3.2", "mezzio/mezzio-problem-details": "^1.0", "pagerfanta/core": "^2.5",