Skip to content

Commit

Permalink
Merge pull request #220 from phil-davis/prepare-6.0.2
Browse files Browse the repository at this point in the history
Prepare 6.0.2
  • Loading branch information
phil-davis authored Aug 17, 2023
2 parents 71ac7a9 + c7f975b commit b0ab427
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
ChangeLog
=========

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

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

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

Expand All @@ -14,6 +19,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 = '6.0.1';
public const VERSION = '6.0.2';
}

0 comments on commit b0ab427

Please sign in to comment.