Skip to content

Commit

Permalink
Updates CHANGELOG.
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
mvdnbrk committed Nov 8, 2019
1 parent 6a95767 commit c00be5e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to `laravel-model-expires` will be documented in this file.

## [Unreleased]

## [v1.3.0] - 2019-11-08

### Added
- Added `willExpire` method. [`#10`](https://github.com/mvdnbrk/laravel-model-expires/pull/10)
- Added `expiring` query scope. [`#11`](https://github.com/mvdnbrk/laravel-model-expires/pull/11)
Expand All @@ -22,6 +24,7 @@ All notable changes to `laravel-model-expires` will be documented in this file.

## v1.0.0 - 2019-11-07

[Unreleased]: https://github.com/mvdnbrk/laravel-model-expires/compare/v1.2.0...HEAD
[Unreleased]: https://github.com/mvdnbrk/laravel-model-expires/compare/v1.3.0...HEAD
[v1.3.0]: https://github.com/mvdnbrk/laravel-model-expires/compare/v1.2.0...v1.3.0
[v1.2.0]: https://github.com/mvdnbrk/laravel-model-expires/compare/v1.1.0...v1.2.0
[v1.1.0]: https://github.com/mvdnbrk/laravel-model-expires/compare/v1.0.0...v1.1.0

0 comments on commit c00be5e

Please sign in to comment.