2.0.0
- Introducing a new
Uuid
class that supports bothramsey/uuid
2.x and 3.x. Applications and packages using this library should not longer refer to theUuid
class from theramsey/uuid
package, but should always use theUuid
class from the this package instead. - The type of the
StatemendId::$id
property has been changed from an instance ofRhumsaa\Uuid\Uuid
to an instance of the addedUuid
class.