Skip to content

Commit 0e8244c

Browse files
Updated changelog
1 parent bc1f52e commit 0e8244c

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
@@ -7,7 +7,8 @@ See [compatibility docs](docs/compatibility.md) for details about backward compa
77
## CHANGE LOG ##
88

99
* v8.0.1 (2020-09-09)
10-
* Updated Travis config to make tests run against Laravel 8.0
10+
* Updated Travis config to make tests run against Laravel 8.0.
11+
* Removed `Util::printArray()` helper.
1112

1213
* v8.0.0 (2020-07-14)
1314
* **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": "8.0.0",
5+
"version": "8.0.1",
66
"keywords": [
77
"laravel",
88
"json",

0 commit comments

Comments
 (0)