Skip to content

Commit ae53f5a

Browse files
Updated CHANGELOG
1 parent d5dec76 commit ae53f5a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES.md

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ See [compatibility docs](docs/compatibility.md) for details about backward compa
66

77
## CHANGE LOG ##
88

9+
* 6.1.2 (2019-10-02)
10+
* Corrected ServiceProvider used for tests.
11+
912
* 6.1.1 (2019-10-02)
1013
* Fixed `ResponseBuilderServiceProvider` using unreferenced `Arr` class method (reported by yassir3wad).
1114

composer.json

+1-1
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": "6.1.1",
5+
"version": "6.1.2",
66
"keywords": [
77
"laravel",
88
"json",

0 commit comments

Comments
 (0)