Skip to content

Commit 08fe96a

Browse files
Version Bump:v3.9.4: #96: Fix constructor function signature
1 parent 281a760 commit 08fe96a

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.4] - 2018-03-22
7+
### Fixed
8+
- 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.
9+
610
## [3.9.3] - 2018-03-11
711
### Fixed
812
- Fixes [#584](https://github.com/sendgrid/sendgrid-php/issues/584), PR [#93](https://github.com/sendgrid/php-http-client/pull/93): Don't overwrite headers set from upstream dependencies.

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

0 commit comments

Comments
 (0)