File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed
intercom-java/src/main/java/io/intercom/api Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 11### Changes
22
3+ #### 1.0.6
4+
5+ - fix user message sending [ 40] ( https://github.com/intercom/intercom-java/issues/40 )
6+
37#### 1.0.5
48
59allow the signed_up_at user field to be submitted
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ and add the project declaration to your `pom.xml`:
3838<dependency >
3939 <groupId >io.intercom</groupId >
4040 <artifactId >intercom-java</artifactId >
41- <version >1.0.5 </version >
41+ <version >1.0.6 </version >
4242</dependency >
4343```
4444
@@ -56,7 +56,7 @@ and add the project to the `dependencies` block in your `build.gradle`:
5656
5757``` groovy
5858dependencies {
59- compile 'io.intercom:intercom-java:1.0.5 '
59+ compile 'io.intercom:intercom-java:1.0.6 '
6060}
6161```
6262
@@ -71,7 +71,7 @@ resolvers += "jcenter" at "http://jcenter.bintray.com"
7171and add the project to your ` libraryDependencies ` in your ` build.sbt ` :
7272
7373``` scala
74- libraryDependencies += " io.intercom" % " intercom-java" % " 1.0.5 "
74+ libraryDependencies += " io.intercom" % " intercom-java" % " 1.0.6 "
7575```
7676
7777## Resources
Original file line number Diff line number Diff line change 1- version : 1.0.5
1+ version : 1.0.6
22
33groupId : io.intercom
44
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ public class Intercom {
1414
1515 static final String AUTH_BEARER = "Bearer" ;
1616
17- private static final String VERSION = "1.0.5 " ;
17+ private static final String VERSION = "1.0.6 " ;
1818
1919 public static final String USER_AGENT = "intercom-java/" + Intercom .VERSION ;
2020
You can’t perform that action at this time.
0 commit comments