8000 [Docs] Update changelog and bump version · acorncom/laravel-json-api@decfb50 · GitHub
[go: up one dir, main page]

Skip to content

Commit decfb50

Browse files
committed
[Docs] Update changelog and bump version
1 parent ec903d1 commit decfb50

File tree

4 files changed

+16
-5
lines changed

4 files changed

+16
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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+
## [1.0.0-rc.2] - 2019-02-05
6+
7+
### Added
8+
- [#265](https://github.com/cloudcreativity/laravel-json-api/issues/265)
9+
Allow wildcard media type parameters when matching decodings. Allows `multipart/form-data; boundary=*` to
10+
be accepted for decoding purposes.
11+
512
## [1.0.0-rc.1] - 2019-01-30
613

714
### Added

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ A demo application is available at [here](https://github.com/cloudcreativity/dem
6060

6161
| Laravel | This Package | EOL? |
6262
| --- | --- | --- |
63-
| 5.7.* | `1.0.0-rc.1` | - |
64-
| 5.6.* | `1.0.0-rc.1` | - |
65-
| 5.5.* | `1.0.0-rc.1` | - |
63+
| 5.7.* | `1.0.0-rc.2` | - |
64+
| 5.6.* | `1.0.0-rc.2` | - |
65+
| 5.5.* | `1.0.0-rc.2` | - |
6666
| 5.4.* | `1.0.0-beta.3` | EOL |
6767

6868
Make sure you consult the [Upgrade Guide](http://laravel-json-api.readthedocs.io/en/latest/upgrade/)

docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
Install using [Composer](http://getcomposer.org):
44

55
``` bash
6-
$ composer require cloudcreativity/laravel-json-api:1.0.0-rc.1
7-
$ composer require --dev cloudcreativity/json-api-testing:1.0.0-rc.1
6+
$ composer require cloudcreativity/laravel-json-api:1.0.0-rc.2
7+
$ composer require --dev cloudcreativity/json-api-testing:1.0.0-rc.2
88
```
99

1010
This package's service provider and facade will be automatically added using package discovery. You will

docs/upgrade.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Upgrade Guide
22

3+
### 1.0.0-rc.1 to 1.0.0-rc.2
4+
5+
No changes are required to upgrade.
6+
37
## 1.0.0-beta.6 to 1.0.0-rc.1
48

59
### Config

0 commit comments

Comments
 (0)
0