Skip to content

Commit 1f2c5eb

Browse files
Release 7.0.1
1 parent 6c5694a commit 1f2c5eb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ See [compatibility docs](docs/compatibility.md) for details about backward compa
66

77
## CHANGE LOG ##
88

9-
* @dev
9+
* v7.0.1 (2019-11-25)
1010
* Disabled Scrutinizer's "false positive" in Builder class.
1111
* Added more tests to improve overall coverage.
12+
* Updated PHPDocs
1213

1314
* v7.0.0 (2019-11-22)
1415
* **BACKWARD INCOMPATIBLE CHANGES** ([more info](docs/compatibility.md))

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "marcin-orlowski/laravel-api-response-builder",
33
"description": "Helps building nice, normalized and easy to consume Laravel REST API.",
44
"homepage": "https://github.com/MarcinOrlowski/laravel-api-response-builder",
5-
"version": "7.0.0",
5+
"version": "7.0.1",
66
"keywords": [
77
"laravel",
88
"json",

0 commit comments

Comments
 (0)