Skip to content

Commit be50a45

Browse files
committed
[Docs] Update changelog and bump version
1 parent 4215a07 commit be50a45

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
All notable changes to this project will be documented in this file. This project adheres to
33
[Semantic Versioning](http://semver.org/) and [this changelog format](http://keepachangelog.com/).
44

5-
## Unreleased
5+
## [2.0.0] - 2020-06-17
66

77
### Added
88
- Translation files can now be published using the `vendor:publish` Artisan command.
99

1010
### Fixed
1111
- [#506](https://github.com/cloudcreativity/laravel-json-api/pull/506)
1212
Resolve model bindings correctly when substituting URL parameters.
13-
- Updated type-hinting for `Responses::errros()` method and allowed a `null` default
13+
- Updated type-hinting for `Responses::errors()` method and allowed a `null` default
1414
status code to be passed to `Helpers::httpErrorStatus()` method.
1515
- [#518](https://github.com/cloudcreativity/laravel-json-api/issues/518)
1616
Ensure empty `sort` and `include` query parameters pass validation.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ A demo application is available at [here](https://github.com/cloudcreativity/dem
6262

6363
| Laravel | This Package |
6464
| --- | --- |
65-
| `^7.0` | `^2.0` (currently `beta` releases) |
65+
| `^7.0` | `^2.0` |
6666
| `^6.0` | `^1.7` |
6767
| `5.8.*` | `^1.7` |
6868
| `5.7.*` | `^1.0` |

0 commit comments

Comments
 (0)