We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd4d449 commit 96ab7c4Copy full SHA for 96ab7c4
CHANGELOG.md
@@ -1,6 +1,11 @@
1
# Change Log
2
All notable changes to this project will be documented in this file.
3
4
+## [4.2.0] - 2017-06-01 ##
5
+### Added
6
+- Pull #318 Add ability to reset request headers on client attribute
7
+- Big thanks to [w-](https://github.com/w-) for the pull request!
8
+
9
## [4.1.0] - 2017-05-08 ##
10
### Added
11
- Pull #314 Add ability to impersonate subuser
sendgrid/version.py
@@ -1,2 +1,2 @@
-version_info = (4, 1, 0)
+version_info = (4, 2, 0)
__version__ = '.'.join(str(v) for v in version_info)
0 commit comments