Bumping the version number to 2.8.0

This commit is contained in:
Ben Ramsey
2014-11-09 13:42:56 -05:00
parent d9954fb6e2
commit cca98c652c
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -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_
+1 -1
View File
@@ -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