Skip to content

Commit f67757f

Browse files
authored
Merge pull request #219 from phil-davis/prepare-5.1.8
Prepare 5.1.8
2 parents 985f24a + 55e93f7 commit f67757f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: CHANGELOG.md

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

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

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-
const VERSION = '5.1.7';
19+
const VERSION = '5.1.8';
2020
}

0 commit comments

Comments
 (0)