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 7.0.3 #221

Merged
merged 1 commit into from
Aug 17, 2023
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
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
ChangeLog
=========

7.0.3 (2023-08-17)
------------------
* #215 Improve CURLOPT_HTTPHEADER Setting Assignment (@amrita-shrestha)

7.0.2 (2023-06-27)
------------------
* #203 Add phpstan phpunit strict-rules (@phil-davis)
Expand All @@ -13,6 +17,11 @@ ChangeLog
------------------
* #198 Allow sabre/uri major version 3 ( @phil-davis )

6.0.2 (2023-08-17)
------------------

* #215 Improve CURLOPT_HTTPHEADER Setting Assignment (@amrita-shrestha)

6.0.1 (2023-06-26)
------------------

Expand All @@ -26,6 +35,11 @@ ChangeLog
* #192 Set min PHP to 7.4 and add type declarations (@phil-davis)
* #194 Adjust type declarations a little bit (@phil-davis)

5.1.8 (2023-08-17)
------------------

* #215 Improve CURLOPT_HTTPHEADER Setting Assignment (@amrita-shrestha)

5.1.7 (2023-06-26)
------------------

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.2';
public const VERSION = '7.0.3';
}