From 0edd54dd466a4cf2101d74702a3d4ad29b2ddd57 Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Thu, 4 Jul 2013 11:06:55 -0500 Subject: [PATCH] Updated CHANGELOG and README --- CHANGELOG.md | 3 +++ README.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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" } } ```