Skip to content

Commit e712745

Browse files
Version Bump v2.0.0: Made the Request and Response variables non-redundant. e.g. request.requestBody becomes request.body
1 parent 7a03029 commit e712745

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
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+
## [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+
610
## [1.0.0] - 2016-04-15
711
### Added
812
- We are live!

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<packaging>jar</packaging>
1212
<name>A simple HTTP client</name>
1313
<description>HTTP REST client, simplified for Java</description>
14-
<version>1.0.0</version>
14+
<version>2.0.0</version>
1515
<url>https://github.com/sendgrid/java-http-client</url>
1616
<licenses>
1717
<license>

0 commit comments

Comments
 (0)