Skip to content

Commit 6639381

Browse files
bryannielsengithub-actions[bot]
authored andcommitted
Prepare Release 2.0.1
1 parent d91bb35 commit 6639381

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [2.0.1] - 2025-06-09
6+
57
### Fixed
68

79
- Prolet and other ExpressionEngine Control Panel URLs were using old admin route
@@ -303,7 +305,9 @@
303305

304306
- Initial Beta Release
305307

306-
[Unreleased]: https://github.com/ExpressionEngine/Coilpack/compare/2.0.0...HEAD
308+
[Unreleased]: https://github.com/ExpressionEngine/Coilpack/compare/2.0.1...HEAD
309+
310+
[2.0.1]: https://github.com/ExpressionEngine/Coilpack/compare/2.0.0...2.0.1
307311

308312
[2.0.0]: https://github.com/ExpressionEngine/Coilpack/compare/1.4.3...2.0.0
309313

src/Response.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class Response
99
* This code is taken from EE_Output::_display() with some modifications
1010
*
1111
* @param int $status
12-
* @param array $headers
12+
* @param array $headers
1313
* @return Illuminate\Http\Response
1414
*/
1515
public function fromOutput($status = 200, $headers = [])

0 commit comments

Comments
 (0)