Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Apr 3, 2024
1 parent 290a55d commit 134bf1d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
Changelog
=========

2.0 (unreleased)
----------------
2.x
===

2.0.0
-----

### BC Breaks

Expand Down
2 changes: 0 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
{"name":"David Buchmann", "email":"[email protected]"},
{"name":"Lukas Kahwe Smith", "email":"[email protected]"}
],
"minimum-stability": "beta",
"prefer-stable": true,
"require": {
"php": "^8.1",
"doctrine/collections": "^2.0",
Expand Down
2 changes: 1 addition & 1 deletion lib/Doctrine/ODM/PHPCR/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ final class Version
/**
* Current version of PHPCR ODM.
*/
public const VERSION = '2.0-dev';
public const VERSION = '2.0.0';
}

0 comments on commit 134bf1d

Please sign in to comment.