Skip to content

Commit

Permalink
Prepare 7.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Aug 17, 2023
1 parent dc50bc9 commit d56d4ba
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
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';
}

0 comments on commit d56d4ba

Please sign in to comment.