We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfba7e7 commit cf90984Copy full SHA for cf90984
composer.json
@@ -2,7 +2,7 @@
2
"name": "marcin-orlowski/laravel-api-response-builder",
3
"description": "Helps building nice, normalized and easy to consume Laravel REST API.",
4
"homepage": "https://github.com/MarcinOrlowski/laravel-api-response-builder",
5
- "version": "9.2.0",
+ "version": "9.2.1",
6
"keywords": [
7
"laravel",
8
"json",
docs/CHANGES.md
@@ -8,7 +8,7 @@
9
## CHANGE LOG ##
10
11
-* @dev
+* v9.2.1 (2021-01-18)
12
* [RB-186] ExceptionHandler now expects `\Throwable` instead of `\Exception`.
13
14
* v9.2.0 (2020-12-27)
0 commit comments