diff --git a/CHANGELOG.md b/CHANGELOG.md index 62b3328..7277eaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,13 @@ The 3.0.0 release represents a significant step for the ramsey/uuid library. Whi * NEW: While the interface to create UUIDs hasn't changed, if using this package on a 32-bit system, you will now receive an object of type `DegradedUuid` (which extends `Uuid`, which implements `UuidInterface`). * NEW: All UUIDs are now [JsonSerializable](http://php.net/JsonSerializable). +## 2.8.2 + +_Released: 2015-07-23_ + + * Ensure the release tag makes it into the rhumsaa/uuid package. + * Minor documentation changes. + ## 2.8.1 _Released: 2015-06-16_ diff --git a/composer.json b/composer.json index 3ccdf23..571afb9 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).", "type": "library", "keywords": ["uuid", "identifier", "guid"], - "homepage": "https://github.com/ramsey/uuid", + "homepage": "https://github.com/ramsey/rhumsaa-uuid", "license": "MIT", "authors": [ { @@ -21,8 +21,8 @@ } ], "support": { - "issues": "https://github.com/ramsey/uuid/issues", - "source": "https://github.com/ramsey/uuid" + "issues": "https://github.com/ramsey/rhumsaa-uuid/issues", + "source": "https://github.com/ramsey/rhumsaa-uuid" }, "require": { "php": ">=5.4"