Skip to content

Commit

Permalink
3.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
franmomu committed Jun 24, 2024
1 parent c643fef commit 7832a30
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/DoctrineExtensions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7832a30

Please sign in to comment.