Skip to content

Commit dc5cc8d

Browse files
Version Bump v3.5.5: PR #95
CreateCurlOptions method regression tests
1 parent c1682b1 commit dc5cc8d

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ 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.5] - 2018-03-26
7+
### Added
8+
- Fixes [#94](https://github.com./sendgrid/php-http-client/issues/94), PR [#95](https://github.com./sendgrid/php-http-client/pull/95): CreateCurlOptions method regression tests
9+
- Thanks to [Alexandr Ivanov](https://github.com./misantron) for the pull request!
10+
611
## [3.9.4] - 2018-03-22
712
### Fixed
813
- Fixes [#586](https://github.com./sendgrid/sendgrid-php/issues/586), PR [#96](https://github.com./sendgrid/php-http-client/pull/96): Fix constructor function signature regression.

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.4"
42+
"sendgrid/php-http-client": "~3.9.5"
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.4",
5+
"version": "3.9.5",
66
"homepage": "https://github.com./sendgrid/php-http-client",
77
"keywords": ["SendGrid", "HTTP", "REST", "API", "Fluent"],
88
"license": "MIT",

0 commit comments

Comments
 (0)