Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare release 4.0.6 #303

Merged
merged 1 commit into from
Sep 6, 2024
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
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
ChangeLog
=========

4.0.6 (2024-09-06)
------------------
* #281 delete unused bin directory ( @szepeviktor )
* #282 stop exporting php-cs-fixer config ( @szepeviktor )
* #298 fix for passing a closed resource to Service parse or expect (@phil-davis)

4.0.5 (2024-04-18)
------------------
* #270 Fixed handling of elements from foreign namespaces in values object ( @mrbig )
Expand Down Expand Up @@ -30,6 +36,14 @@ ChangeLog
------------------
* #226 Allow sabre/uri major version 3 ( @phil-davis )

3.0.6 (2024-09-06)
------------------
* #298 fix for passing a closed resource to Service parse or expect (@phil-davis)

3.0.5 (2024-09-05)
------------------
* #294 Add PHP 8.4 compliance for v3 branch ( @phil-davis )

3.0.4 (2024-04-18)
------------------
* #270 Fixed handling of elements from foreign namespaces in values object ( @mrbig )
Expand All @@ -56,6 +70,23 @@ ChangeLog
* #213 added phpstan types to deserializer functions ( @staabm )
* #214 update phpstan 1.x ( @staabm )

2.2.11 (2024-09-06)
------------------
* #298 fix for passing a closed resource to Service parse or expect (@phil-davis)

2.2.10 (2024-08-27)
------------------
* #290 add cs-fixer v3 (@phil-davis)

2.2.9 (2024-07-26)
------------------
* #287 Explicitly mark nullable parameter (@cedric-anne)

2.2.8 (2024-07-25)
------------------
* #284 Add PHP 8.2 and 8.3 to CI for 2.2 branch (@phil-davis)
* #285 PHP 8.4 compliance (@phil-davis)

2.2.7 (2024-04-18)
------------------
* #270 Fixed handling of elements from foreign namespaces in values object ( @mrbig )
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 = '4.0.5';
public const VERSION = '4.0.6';
}