From 8569983a11ed96087cdf94c7aa65866138681beb Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Fri, 21 Feb 2014 18:08:43 -0600 Subject: [PATCH] Bumping the version number to 2.7.1 --- CHANGELOG.md | 4 ++++ README.md | 2 +- src/Rhumsaa/Uuid/Uuid.php | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 664af97..749bb9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +* 2.7.1 (2014-02-19) + * Moved moontoast/math and symfony/console to require-dev; fixes #20 + * Now supporting symfony/console for 2.3 (LTS version); fixes #21 + * Updated tests to run even when dev packages are not installed (skips tests if requirements are not met) * 2.7.0 (2014-01-31) * Moved UUID validation regex pattern into constant for external use (`Uuid::VALID_PATTERN`) * 2.6.1 (2014-01-27) diff --git a/README.md b/README.md index bf8ac71..8870a21 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ the following command to install the package and add it as a requirement to `composer.json`: ```bash -composer.phar require "rhumsaa/uuid=~2.6" +composer.phar require "rhumsaa/uuid=~2.7" ``` diff --git a/src/Rhumsaa/Uuid/Uuid.php b/src/Rhumsaa/Uuid/Uuid.php index 7a8fdac..bbe330e 100644 --- a/src/Rhumsaa/Uuid/Uuid.php +++ b/src/Rhumsaa/Uuid/Uuid.php @@ -93,7 +93,7 @@ final class Uuid /** * Version of the Rhumsaa\Uuid package */ - const VERSION = '2.7.0'; + const VERSION = '2.7.1'; /** * For testing, 64-bit system override; if true, treat the system as 32-bit