Skip to content

Commit

Permalink
3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
franmomu committed May 17, 2022
1 parent fed529e commit 42d9acf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 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.7.0] - 2022-05-17
## Added
- Add support for doctrine/persistence 3

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "3.7-dev"
"dev-main": "3.8-dev"
}
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/DoctrineExtensions.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ final class DoctrineExtensions
/**
* Current version of extensions
*/
public const VERSION = '3.6.0';
public const VERSION = '3.7.0';

/**
* Hooks all extension metadata mapping drivers into
Expand Down

0 comments on commit 42d9acf

Please sign in to comment.