Skip to content

Commit c988748

Browse files
Version Bump v3.0.5: README documentation update
1 parent 1774a68 commit c988748

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## [3.0.5] - 2016-07-20
5+
### Added
6+
- README updates
7+
- Update introduction blurb to include information regarding our forward path
8+
- Update the v3 /mail/send example to include non-helper usage
9+
- Update the generic v3 example to include non-fluent interface usage
10+
411
## [3.0.4] - 2016-07-19
512
### Fixed
613
- [Fix for issue #120](https://github.com/sendgrid/sendgrid-java/issues/120): Unsupported Media Type if subject has letters with accent (like 'é' )

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Add the following to your build.gradle file in the root of your project.
3838
...
3939
dependencies {
4040
...
41-
compile 'com.sendgrid:sendgrid-java:3.0.4'
41+
compile 'com.sendgrid:sendgrid-java:3.0.5'
4242
}
4343
4444
repositories {
@@ -63,7 +63,7 @@ mvn install
6363

6464
You can just drop the jar file in. It's a fat jar - it has all the dependencies built in.
6565

66-
[sendgrid-java.jar](http://repo1.maven.org/maven2/com/sendgrid/sendgrid-java/3.0.4/sendgrid-java-3.0.4-jar.jar)
66+
[sendgrid-java.jar](http://repo1.maven.org/maven2/com/sendgrid/sendgrid-java/3.0.5/sendgrid-java-3.0.5-jar.jar)
6767

6868
```java
6969
import com.sendgrid.*;

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ apply plugin: 'maven'
1717
apply plugin: 'signing'
1818

1919
group = 'com.sendgrid'
20-
version = '3.0.4'
20+
version = '3.0.5'
2121
ext.packaging = 'jar'
2222

2323
allprojects {

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<groupId>com.sendgrid</groupId>
1010
<artifactId>sendgrid-java</artifactId>
1111
<name>SendGrid Java helper library</name>
12-
<version>3.0.4</version>
12+
<version>3.0.5</version>
1313
<description>This Java module allows you to quickly and easily send emails through SendGrid using Java.</description>
1414
<url>https://github.com/sendgrid/sendgrid-java</url>
1515
<licenses>

0 commit comments

Comments
 (0)