From 77633b8beb4a59647920efe3f18e6c644ebf3b10 Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Sat, 24 Sep 2022 10:47:44 +0200 Subject: [PATCH] prepare release --- CHANGELOG.md | 8 ++++++-- lib/Doctrine/ODM/PHPCR/Version.php | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc707dc77..cc77a9391 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ----- @@ -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 ----- diff --git a/lib/Doctrine/ODM/PHPCR/Version.php b/lib/Doctrine/ODM/PHPCR/Version.php index 700b9ad03..3f4d30dac 100644 --- a/lib/Doctrine/ODM/PHPCR/Version.php +++ b/lib/Doctrine/ODM/PHPCR/Version.php @@ -27,5 +27,5 @@ class Version /** * Current version of PHPCR ODM */ - const VERSION = '1.6.1'; + public const VERSION = '1.7.0'; }