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

Skip to content

Commit fb60227

Browse files
committed
[Docs] Update changelog and bump version
1 parent 6ecf775 commit fb60227

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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-
## 2.x
5+
## [2.0.0-beta.1] - 2020-03-04
66

77
### Added
88
- [#348](https://github.com/cloudcreativity/laravel-json-api/issues/348)

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` |
65+
| `^7.0` | `2.0.0-beta.1` |
6666
| `^6.0` | `^1.0` |
6767
| `5.8.*` | `^1.0` |
6868
| `5.7.*` | `^1.0` |

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
}
7878
}
7979
},
80-
"minimum-stability": "dev",
80+
"minimum-stability": "stable",
8181
"prefer-stable": true,
8282
"config": {
8383
"sort-packages": true

0 commit comments

Comments
 (0)
0