Skip to content
This repository was archived by the owner on Feb 16, 2022. It is now read-only.

Commit c3c29c6

Browse files
committed
Bump version
1 parent 912fb04 commit c3c29c6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
This project adheres to [Semantic Versioning](CONTRIBUTING.md).
66

77

8+
## [v1.0.1] - 2018-12-22
9+
- Add missing use statement
10+
- Update composer dependencies
11+
- Add PHP 7.3 support to travis
12+
- Fix MySQL / PostgreSQL json column compatibility
13+
814
## [v1.0.0] - 2018-10-01
915
- Enforce Consistency
1016
- Support Laravel 5.7+
@@ -70,6 +76,7 @@ This project adheres to [Semantic Versioning](CONTRIBUTING.md).
7076
## v0.0.1 - 2017-09-08
7177
- Tag first release
7278

79+
[v1.0.1]: https://github.com/rinvex/laravel-bookings/compare/v1.0.0...v1.0.1
7380
[v1.0.0]: https://github.com/rinvex/laravel-bookings/compare/v0.0.3...v1.0.0
7481
[v0.0.3]: https://github.com/rinvex/laravel-bookings/compare/v0.0.2...v0.0.3
7582
[v0.0.2]: https://github.com/rinvex/laravel-bookings/compare/v0.0.1...v0.0.2

src/Traits/Bookable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
namespace Rinvex\Bookings\Traits;
66

7+
use Carbon\Carbon;
78
use Illuminate\Database\Eloquent\Model;
89
use Rinvex\Bookings\Models\BookableBooking;
910
use Illuminate\Database\Eloquent\Relations\MorphMany;
10-
use Carbon\Carbon;
1111

1212
trait Bookable
1313
{

0 commit comments

Comments
 (0)