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

Skip to content

Commit b2e001e

Browse files
committed
[Docs] Update changelog and bump version
1 parent 4bf4cf5 commit b2e001e

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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+
## [0.13.0] - 2018-10-02
66

77
### Added
88
- Package now supports Laravel 5.4 to 5.7 inclusive.

README.md

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

2828
| Laravel | This Package |
2929
| --- | --- |
30-
| 5.4.* | ^0.12 |
31-
| 5.5.* | ^0.12 |
32-
| 5.6.* | ^0.12 |
30+
| 5.4.* | ^0.13 |
31+
| 5.5.* | ^0.13 |
32+
| 5.6.* | ^0.13 |
33+
| 5.7.* | ^0.13 |
3334

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

docs/upgrade.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ As we are currently on pre-1.0 releases, when you upgrade you will also need to
44
dependencies need to be upgraded. Use the following command:
55

66
```bash
7-
$ composer require cloudcreativity/laravel-json-api:^0.12 --update-with-dependencies
7+
$ composer require cloudcreativity/laravel-json-api:^0.13 --update-with-dependencies
88
```
99

10+
## Upgrading to 0.13 from 0.12
11+
12+
No changes are required, this release adds support for Laravel 5.7.
13+
1014
## Upgrading to 0.12 from 0.11
1115

1216
There are no major changes in this upgrade, we have tagged a new version to mark adding in support

0 commit comments

Comments
 (0)
0