Skip to content

Commit 596f5f3

Browse files
committed
chore(release): 2.0.5
1 parent b9b4e2c commit 596f5f3

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,19 @@ All notable changes to this project will be documented in this file.
88
## [Unreleased]
99

1010

11+
<a name="2.0.5"></a>
12+
## [2.0.5] - 2025-03-08
13+
### Build
14+
- **deps:** Update orchestra/testbench version constraint
15+
16+
### CI
17+
- **rector:** Refactor Laravel set configuration and imports
18+
19+
### Code Refactoring
20+
- **Pipes:** Use Request facade instead of global request()
21+
- **tests:** Enhance model relationships documentation
22+
23+
1124
<a name="2.0.4"></a>
1225
## [2.0.4] - 2025-03-06
1326
### CI
@@ -386,7 +399,8 @@ new pipes for proper header and error handling.
386399
- **apiResponse:** Refactor API response tests to use instance method
387400

388401

389-
[Unreleased]: https://github.com/guanguans/laravel-api-response/compare/2.0.4...HEAD
402+
[Unreleased]: https://github.com/guanguans/laravel-api-response/compare/2.0.5...HEAD
403+
[2.0.5]: https://github.com/guanguans/laravel-api-response/compare/2.0.4...2.0.5
390404
[2.0.4]: https://github.com/guanguans/laravel-api-response/compare/2.0.3...2.0.4
391405
[2.0.3]: https://github.com/guanguans/laravel-api-response/compare/2.0.2...2.0.3
392406
[2.0.2]: https://github.com/guanguans/laravel-api-response/compare/2.0.1...2.0.2

0 commit comments

Comments
 (0)