Skip to content

Commit 4f86051

Browse files
committed
Merge tag 'v3.2.0' into develop
Prevent server caching on route registration. Improve exception debug output and remove re-throwing from encoder.
2 parents 195bb5f + 6a0281d commit 4f86051

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. This projec
55

66
## Unreleased
77

8+
## [3.2.0] - 2023-11-08
9+
810
### Added
911

1012
- Exceptions converted to JSON:API errors when debug mode is on now include all previous exceptions.

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
]
6666
}
6767
},
68-
"minimum-stability": "dev",
68+
"minimum-stability": "stable",
6969
"prefer-stable": true,
7070
"config": {
7171
"sort-packages": true

0 commit comments

Comments
 (0)