Skip to content

Commit 4aa4122

Browse files
Version Bump: v3.9.2: Fix sendgrid#12, union operator
1 parent b7db7d6 commit 4aa4122

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
33

44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6+
## [3.9.2] - 2018-03-10
7+
### Fixed
8+
- Fixes [#12](https://github.com/sendgrid/php-http-client/issues/12), PR [#91](https://github.com/sendgrid/php-http-client/pull/91): Curl Options broken as array merge does not preserve keys.
9+
610
## [3.9.1] - 2018-03-09
711
### Fixed
812
- Fixes [#88](https://github.com/sendgrid/php-http-client/issues/88), PR [#89](https://github.com/sendgrid/php-http-client/pull/89): Restore missing function 'prepareResponse' due to bad previous merge.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Add php-http-client to your `composer.json` file. If you are not using [Composer
3939
```json
4040
{
4141
"require": {
42-
"sendgrid/php-http-client": "~3.9.1"
42+
"sendgrid/php-http-client": "~3.9.2"
4343
}
4444
}
4545
```

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "sendgrid/php-http-client",
33
"description": "HTTP REST client, simplified for PHP",
44
"type": "library",
5-
"version": "3.9.1",
5+
"version": "3.9.2",
66
"homepage": "http://github.com/sendgrid/php-http-client",
77
"keywords": ["SendGrid", "HTTP", "REST", "API", "Fluent"],
88
"license": "MIT",

0 commit comments

Comments
 (0)