From d110a15498f470d28e5137ccde22bc2c31b8732f Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Tue, 16 Jul 2013 10:15:28 -0500 Subject: [PATCH] Correcting wrong version number in the CHANGELOG Unfortunately, this made it into the 2.3.0 tag with the number 2.2.1 listed in the CHANGELOG. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdf311d..3b984aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -* 2.2.1 (2013-07-16) +* 2.3.0 (2013-07-16) * Added `Uuid::fromBytes()` by merging in PR #14 from @asm89 * 2.2.0 (2013-07-04) * Added `Doctrine\UuidType::requiresSQLCommentHint()` method by merging in PR #13 from @zerrvox