diff --git a/CHANGELOG.md b/CHANGELOG.md index 749bb9f..0816f70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +* 2.7.2 (2014-07-28) + * Upgraded to PSR-4 autoloading + * Testing upgrades: + * Testing against PHP 5.6 + * Testing with PHPUnit 4 + * Using Coveralls.io to generate code coverage reports + * Documentation fixes * 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 diff --git a/composer.json b/composer.json index 4e2c627..5e7dd72 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ }, "extra": { "branch-alias": { - "dev-master": "2.8.x-dev" + "dev-master": "2.7.x-dev" } } } diff --git a/src/Uuid.php b/src/Uuid.php index 40c2587..a1f7bed 100644 --- a/src/Uuid.php +++ b/src/Uuid.php @@ -93,7 +93,7 @@ final class Uuid /** * Version of the Rhumsaa\Uuid package */ - const VERSION = '2.8.x-dev'; + const VERSION = '2.7.2'; /** * For testing, 64-bit system override; if true, treat the system as 32-bit