Skip to content
This repository has been archived by the owner on Apr 27, 2021. It is now read-only.

Commit

Permalink
Fixed changelog for missing 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Coen Zimmerman committed Mar 6, 2019
1 parent e5b0362 commit 1773376
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
@@ -1,10 +1,14 @@
# Changelog

### [1.5.1] - 2019-03-06
### [1.5.2] - 2019-03-06

Now dependent on czim/laravel-dataobject 2.0+.
Requires PHP 7.1.3+.

### [1.5.1] - 2019-03-02

Removed deprecated use of Laravel array and string helper functions.

### [1.5.0] - 2019-03-02

Laravel 5.7 support.
Expand All @@ -15,6 +19,7 @@ Added configurable validation rules for the query string for a request.
This prevents incorrect filter, include, sort and pagination parameters.
Adds the `jsonapi.request.validaton` configuration section.

[1.5.2]: https://github.com/czim/laravel-jsonapi/compare/1.5.1...1.5.2
[1.5.1]: https://github.com/czim/laravel-jsonapi/compare/1.5.0...1.5.1
[1.5.0]: https://github.com/czim/laravel-jsonapi/compare/1.4.16...1.5.0

Expand Down

0 comments on commit 1773376

Please sign in to comment.