We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a03029 commit e712745Copy full SHA for e712745
CHANGELOG.md
@@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
3
4
This project adheres to [Semantic Versioning](http://semver.org/).
5
6
+## [2.0.0] - 2016-04-15
7
+### Changed
8
+- Made the Request and Response variables non-redundant. e.g. request.requestBody becomes request.body
9
+
10
## [1.0.0] - 2016-04-15
11
### Added
12
- We are live!
pom.xml
@@ -11,7 +11,7 @@
<packaging>jar</packaging>
<name>A simple HTTP client</name>
13
<description>HTTP REST client, simplified for Java</description>
14
- <version>1.0.0</version>
+ <version>2.0.0</version>
15
<url>https://github.com/sendgrid/java-http-client</url>
16
<licenses>
17
<license>
0 commit comments