Skip to content

Commit 77633b8

Browse files
committed
prepare release
1 parent 246d117 commit 77633b8

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Changelog
44
1.x
55
===
66

7+
1.7.0
8+
-----
9+
10+
* Test with PHP 8.1
11+
* Fix edge case bug that could lead to new documents being considered inserted already.
12+
713
1.6.1
814
-----
915

@@ -14,8 +20,6 @@ Changelog
1420

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

2024
1.5.4
2125
-----

lib/Doctrine/ODM/PHPCR/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ class Version
2727
/**
2828
* Current version of PHPCR ODM
2929
*/
30-
const VERSION = '1.6.1';
30+
public const VERSION = '1.7.0';
3131
}

0 commit comments

Comments
 (0)