Skip to content

Commit c7f975b

Browse files
committed
Prepare 6.0.2
1 parent 71ac7a9 commit c7f975b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Diff for: CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
ChangeLog
22
=========
33

4+
6.0.2 (2023-08-17)
5+
------------------
6+
7+
* #215 Improve CURLOPT_HTTPHEADER Setting Assignment (@amrita-shrestha)
8+
49
6.0.1 (2023-06-26)
510
------------------
611

@@ -14,6 +19,11 @@ ChangeLog
1419
* #192 Set min PHP to 7.4 and add type declarations (@phil-davis)
1520
* #194 Adjust type declarations a little bit (@phil-davis)
1621

22+
5.1.8 (2023-08-17)
23+
------------------
24+
25+
* #215 Improve CURLOPT_HTTPHEADER Setting Assignment (@amrita-shrestha)
26+
1727
5.1.7 (2023-06-26)
1828
------------------
1929

Diff for: lib/Version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ class Version
1616
/**
1717
* Full version number.
1818
*/
19-
public const VERSION = '6.0.1';
19+
public const VERSION = '6.0.2';
2020
}

0 commit comments

Comments
 (0)