diff --git a/CHANGELOG.md b/CHANGELOG.md index cb6cec3..8adc8ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +* 2.2.0 (2013-07-04) + * Added `Doctrine\UuidType::requiresSQLCommentHint()` method by merging in PR #13 from @zerrvox + * Removed `"minimum-stability": "dev"` from composer.json * 2.1.2 (2013-07-03) * @ericthelin found cases where the system node was coming back with uppercase hexadecimal digits; this ensures that case in the node is converted to lowercase * 2.1.1 (2013-04-29) diff --git a/README.md b/README.md index 53174ab..e42597f 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ and install the latest version of the Uuid library into your project: ```json { "require": { - "rhumsaa/uuid": "~2.1" + "rhumsaa/uuid": "~2.2" } } ```