From 134bf1df8635ccaf54f63c4295b3385ccdee47c4 Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Wed, 3 Apr 2024 08:24:12 +0200 Subject: [PATCH] prepare release --- CHANGELOG.md | 7 +++++-- composer.json | 2 -- lib/Doctrine/ODM/PHPCR/Version.php | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0693a5be6..85d567ffb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ Changelog ========= -2.0 (unreleased) ----------------- +2.x +=== + +2.0.0 +----- ### BC Breaks diff --git a/composer.json b/composer.json index d7bcb2740..ff48ae1c9 100644 --- a/composer.json +++ b/composer.json @@ -18,8 +18,6 @@ {"name":"David Buchmann", "email":"david@liip.ch"}, {"name":"Lukas Kahwe Smith", "email":"smith@pooteeweet.org"} ], - "minimum-stability": "beta", - "prefer-stable": true, "require": { "php": "^8.1", "doctrine/collections": "^2.0", diff --git a/lib/Doctrine/ODM/PHPCR/Version.php b/lib/Doctrine/ODM/PHPCR/Version.php index 136b5bf67..3aa31c8d3 100644 --- a/lib/Doctrine/ODM/PHPCR/Version.php +++ b/lib/Doctrine/ODM/PHPCR/Version.php @@ -10,5 +10,5 @@ final class Version /** * Current version of PHPCR ODM. */ - public const VERSION = '2.0-dev'; + public const VERSION = '2.0.0'; }