Skip to content

Commit bec48e0

Browse files
Version Bump v3.7.0: #19 Added ability to get headers as associative array
1 parent 7929ea2 commit bec48e0

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ 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.7.0] - 2017-05-04
7+
### Added
8+
- Pull request #19: [Added ability to get headers as associative array](https://github.com/sendgrid/php-http-client/pull/19)
9+
- Solves issue #361: [https://github.com/sendgrid/sendgrid-php/issues/361](https://github.com/sendgrid/sendgrid-php/issues/361)
10+
- Thanks to [Alexander](https://github.com/mazanax) for the pull request!
11+
612
## [3.6.0] - 2017-03-01
713
### Added
814
- Pull request #16: [Pass the curlOptions to the client in buildClient](https://github.com/sendgrid/php-http-client/pull/16)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Add php-http-client to your `composer.json` file. If you are not using [Composer
2121
```json
2222
{
2323
"require": {
24-
"sendgrid/php-http-client": "~3.6"
24+
"sendgrid/php-http-client": "~3.7"
2525
}
2626
}
2727
```

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.6.0",
5+
"version": "3.7.0",
66
"require-dev": {
77
"phpunit/phpunit": "~4.4",
88
"squizlabs/php_codesniffer": "~2.0"

0 commit comments

Comments
 (0)