Skip to content

Commit

Permalink
Bumping the version to 2.4.0 and updating the CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Jul 30, 2013
1 parent 2bb29fc commit 721181e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
* 2.4.0 (2013-07-29)
* `Uuid::getVersion()` now returns null if the UUID isn't an RFC 4122 variant
* `Uuid::fromString()` now supports a 128-bit integer formatted as a hexadecimal string (UUID without dashes)
* Tests have been greatly enhanced, borrowing from the Python UUID library
* 2.3.0 (2013-07-16)
* Added `Uuid::fromBytes()` by merging in PR #14 from @asm89
* 2.2.0 (2013-07-04)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ and install the latest version of the Uuid library into your project:
```json
{
"require": {
"rhumsaa/uuid": "~2.3"
"rhumsaa/uuid": "~2.4"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.3.x-dev"
"dev-master": "2.4.x-dev"
}
}
}

0 comments on commit 721181e

Please sign in to comment.