Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
ChangeLog
=========

7.0.6 (2026-04-27)
------------------

* #259 chore (ci): add CI for PHP 8.5 on 6.0 branch ( @phil-davis )
* #273 test: adjust code style ( @phil-davis )
* #272 fix(http/client): prefer CURLOPT_PROTOCOLS_STR over deprecated bitmask constants ( @ralflang )
* #255 chore: update to phpstan major version 2
* #278 chore: add rector ( @phil-davis )

7.0.5 (2025-09-09)
------------------
* #257 properly compute absolute URL (@skjnldsv)
Expand Down Expand Up @@ -31,6 +40,13 @@ ChangeLog
------------------
* #198 Allow sabre/uri major version 3 ( @phil-davis )

6.0.5 (2026-04-27)
------------------

* #267 chore (ci): add CI for PHP 8.5 on 6.0 branch (@phil-davis)
* #274 test: adjust code style (@phil-davis)
* #275 fix(http/client): prefer CURLOPT_PROTOCOLS_STR over deprecated bitmask constants (@ralflang)

6.0.4 (2025-09-09)
------------------

Expand Down
2 changes: 1 addition & 1 deletion lib/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ class Version
/**
* Full version number.
*/
public const VERSION = '7.0.5';
public const VERSION = '7.0.6';
}
Loading