From cca98c652cac412c9c2f109c69e5532f313435fc Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Sun, 9 Nov 2014 13:42:56 -0500 Subject: [PATCH] Bumping the version number to 2.8.0 --- CHANGELOG.md | 8 ++++++++ src/Uuid.php | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e672cb7..e4a9b58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Rhumsaa\Uuid Changelog +## 2.8.0 + +_Released: 2014-11-09_ + + * Added static `fromInteger()` method to create UUIDs from string integer or `\Moontoast\Math\BigNumber`. + * Friendlier Doctrine conversion to Uuid or string. + * Documentation fixes. + ## 2.7.4 _Released: 2014-10-29_ diff --git a/src/Uuid.php b/src/Uuid.php index b25777e..ec03ecd 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.8.0'; /** * For testing, 64-bit system override; if true, treat the system as 32-bit