Skip to content

Commit

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

## [Unreleased]

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

### Changed
- Changed namesppace to `Mvdnbrk\EloquentExpirable`. [`#14`](https://github.com/mvdnbrk/laravel-model-expires/pull/14)
- Changed local scopes to a global `ExpiringScope`. [`#14`](https://github.com/mvdnbrk/laravel-model-expires/pull/13)

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

### Added
Expand All @@ -24,7 +30,8 @@ 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.3.0...HEAD
[Unreleased]: https://github.com/mvdnbrk/laravel-model-expires/compare/v1.4.0...HEAD
[v1.4.0]: https://github.com/mvdnbrk/laravel-model-expires/compare/v1.3.0...v1.4.0
[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 d604c9c

Please sign in to comment.