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.
This commit is contained in:
Ben Ramsey
2013-07-16 10:15:28 -05:00
parent eca9792eb0
commit d110a15498
+1 -1
View File
@@ -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