We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 71ac7a9 + c7f975b commit b0ab427Copy full SHA for b0ab427
CHANGELOG.md
@@ -1,6 +1,11 @@
1
ChangeLog
2
=========
3
4
+6.0.2 (2023-08-17)
5
+------------------
6
+
7
+* #215 Improve CURLOPT_HTTPHEADER Setting Assignment (@amrita-shrestha)
8
9
6.0.1 (2023-06-26)
10
------------------
11
@@ -14,6 +19,11 @@ ChangeLog
14
19
* #192 Set min PHP to 7.4 and add type declarations (@phil-davis)
15
20
* #194 Adjust type declarations a little bit (@phil-davis)
16
21
22
+5.1.8 (2023-08-17)
23
24
25
26
17
27
5.1.7 (2023-06-26)
18
28
29
lib/Version.php
@@ -16,5 +16,5 @@ class Version
/**
* Full version number.
*/
- public const VERSION = '6.0.1';
+ public const VERSION = '6.0.2';
}
0 commit comments