Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Sep 24, 2022
1 parent 246d117 commit 77633b8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,12 @@ Changelog
1.x
===

1.7.0
-----

* Test with PHP 8.1
* Fix edge case bug that could lead to new documents being considered inserted already.

1.6.1
-----

Expand All @@ -14,8 +20,6 @@ Changelog

* Support Symfony 6
* Drop support for Symfony 2.3
* Test with PHP 8.1
* Fix edge case bug that could lead to new documents being considered inserted already.

1.5.4
-----
Expand Down
2 changes: 1 addition & 1 deletion lib/Doctrine/ODM/PHPCR/Version.php
Expand Up @@ -27,5 +27,5 @@ class Version
/**
* Current version of PHPCR ODM
*/
const VERSION = '1.6.1';
public const VERSION = '1.7.0';
}

0 comments on commit 77633b8

Please sign in to comment.