diff --git a/CHANGELOG.md b/CHANGELOG.md index 70accf47cb..a2aeba498e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,8 @@ a release. --- ## [Unreleased] + +## [3.16.0] ### Deprecated - Support for `doctrine/annotations` has been deprecated and will be removed in 4.0. diff --git a/README.md b/README.md index 5bcd3f19db..e69d172f7c 100644 --- a/README.md +++ b/README.md @@ -66,10 +66,9 @@ can be easily implemented using Mapping extension to handle the additional metad ### Version Compatibility -| Extensions Version | Compatible Doctrine ORM & Common Library | -| --- | --- | -| 2.4 | 2.5+ | -| 2.3 | 2.2 - 2.4 | +* DBAL: `^3.2` +* ORM: `^2.14` or `^3.0` +* MongoDB ODM: `^2.3` If you are setting up the Entity Manager without a framework, see the [example](/example/em.php) to prevent issues like #1310 diff --git a/src/DoctrineExtensions.php b/src/DoctrineExtensions.php index 794c6f5b44..0c42d32d3a 100644 --- a/src/DoctrineExtensions.php +++ b/src/DoctrineExtensions.php @@ -30,7 +30,7 @@ final class DoctrineExtensions /** * Current version of extensions */ - public const VERSION = '3.15.0'; + public const VERSION = '3.16.0'; /** * Hooks all extension metadata mapping drivers into