Skip to content

Commit 71f4387

Browse files
committed
[Docs] Update changelog and readme, bump version
1 parent f2efc9e commit 71f4387

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Diff for: CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
All notable changes to this project will be documented in this file. This project adheres to
44
[Semantic Versioning](http://semver.org/) and [this changelog format](http://keepachangelog.com/).
55

6-
## Unreleased
6+
## [1.0.0] - 2021-07-31
77

88
### Added
99

Diff for: README.md

+10
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,16 @@ composer require laravel-json-api/laravel
1919

2020
See our documentation for further installation instructions.
2121

22+
## Upgrading
23+
24+
When upgrading you typically want to upgrade this package and all our related packages. This is the recommended way:
25+
26+
```bash
27+
composer require laravel-json-api/laravel --no-update
28+
composer require laravel-json-api/testing --dev --no-update
29+
composer up laravel-json-api/* cloudcreativity/json-api-testing
30+
```
31+
2232
## Example Application
2333

2434
To view an example Laravel application that uses this package, see the

0 commit comments

Comments
 (0)