Skip to content

Commit 7832a30

Browse files
committed
3.16.0
1 parent c643fef commit 7832a30

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ a release.
1818
---
1919

2020
## [Unreleased]
21+
22+
## [3.16.0]
2123
### Deprecated
2224
- Support for `doctrine/annotations` has been deprecated and will be removed in 4.0.
2325

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,9 @@ can be easily implemented using Mapping extension to handle the additional metad
6666

6767
### Version Compatibility
6868

69-
| Extensions Version | Compatible Doctrine ORM & Common Library |
70-
| --- | --- |
71-
| 2.4 | 2.5+ |
72-
| 2.3 | 2.2 - 2.4 |
69+
* DBAL: `^3.2`
70+
* ORM: `^2.14` or `^3.0`
71+
* MongoDB ODM: `^2.3`
7372

7473
If you are setting up the Entity Manager without a framework, see the [example](/example/em.php) to prevent issues like #1310
7574

src/DoctrineExtensions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ final class DoctrineExtensions
3030
/**
3131
* Current version of extensions
3232
*/
33-
public const VERSION = '3.15.0';
33+
public const VERSION = '3.16.0';
3434

3535
/**
3636
* Hooks all extension metadata mapping drivers into

0 commit comments

Comments
 (0)