diff --git a/README.md b/README.md index d0602a3..9e0a57f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Laravel Efficient UUIDs -## v1.0.0 +## v2.0.0 [![Build Status](https://travis-ci.org/michaeldyrynda/laravel-efficient-uuid.svg?branch=master)](https://travis-ci.org/michaeldyrynda/laravel-efficient-uuid) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/michaeldyrynda/laravel-efficient-uuid/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/michaeldyrynda/laravel-efficient-uuid/?branch=master) @@ -20,6 +20,8 @@ For more information, check out [this post](https://www.percona.com/blog/2014/12 Using UUIDs in Laravel is made super simple in combination with [laravel-model-uuid](https://github.com/michaeldyrynda/laravel-model-uuid). Note that when using `laravel-model-uuid`, if you are not casting your UUIDs or calling the query builder directly, you'll need to use the `getBytes` method when setting the UUID on the database, otherwise your values will be truncated. Depending on your MySQL/MariaDB configuration, this may lead to application errors due to strict settings. See #1 for more information. +This package supports Laravel 5.5 as of version 2.0.0. + ## Installation This package is installed via [Composer](https://getcomposer.org/). To install, run the following command.