File tree 4 files changed +12
-5
lines changed
4 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file.
3
3
4
4
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
5
5
6
+ ## [ 2.3.3] - 2016-08-08
7
+ ### Added
8
+ - Pull request [ #11 ] ( https://github.com/sendgrid/java-http-client/pull/11 )
9
+ - Solves [ issue #10 ] ( https://github.com/sendgrid/java-http-client/issues/10 ) : Improve Error Handling
10
+ - Now error messages are passed through from the server
11
+ - BIG thanks to [ shuron] ( https://github.com/shuron ) / [ Alexander Holbreich] ( https://github.com/aholbreich ) for the pull request!
12
+
6
13
## [ 2.3.2] - 2016-07-18
7
14
### Fixed
8
15
- 2.3.1 did not upload correctly
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ All updates to this project is documented in our [CHANGELOG](https://github.com/
20
20
...
21
21
dependencies {
22
22
...
23
- compile 'com.sendgrid:java-http-client:2.3.2 '
23
+ compile 'com.sendgrid:java-http-client:2.3.3 '
24
24
}
25
25
26
26
repositories {
@@ -35,15 +35,15 @@ repositories {
35
35
<dependency >
36
36
<groupId >com.sendgrid</groupId >
37
37
<artifactId >java-http-client</artifactId >
38
- <version >2.3.2 </version >
38
+ <version >2.3.3 </version >
39
39
</dependency >
40
40
```
41
41
42
42
` mvn install `
43
43
44
44
## Install via Fat Jar
45
45
46
- [ Download] ( http://repo1.maven.org/maven2/com/sendgrid/java-http-client/2.3.2 /java-http-client-2.3.2 -jar.jar )
46
+ [ Download] ( http://repo1.maven.org/maven2/com/sendgrid/java-http-client/2.3.3 /java-http-client-2.3.3 -jar.jar )
47
47
48
48
## Dependencies
49
49
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ apply plugin: 'maven'
17
17
apply plugin : ' signing'
18
18
19
19
group = ' com.sendgrid'
20
- version = ' 2.3.2 '
20
+ version = ' 2.3.3 '
21
21
ext. packaging = ' jar'
22
22
23
23
allprojects {
Original file line number Diff line number Diff line change 11
11
<packaging >jar</packaging >
12
12
<name >A simple HTTP client</name >
13
13
<description >HTTP REST client, simplified for Java</description >
14
- <version >2.3.2 </version >
14
+ <version >2.3.3 </version >
15
15
<url >https://github.com/sendgrid/java-http-client</url >
16
16
<licenses >
17
17
<license >
You can’t perform that action at this time.
0 commit comments