File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11### Changes
2+ #### 0.0.5
3+
4+ - fix bulk user tagging when using fully populated users [ 13] ( https://github.com/intercom/intercom-java/issues/13 )
5+ - add client side validation of events [ 14] ( https://github.com/intercom/intercom-java/issues/14 )
6+ - fix npe when updating users [ 15] ( https://github.com/intercom/intercom-java/issues/15 )
7+
8+
29#### 0.0.4
310
411- send false boolean values for user updates [ 8] ( https://github.com/intercom/intercom-java/issues/8 )
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 >0.0.4 </version >
41+ <version >0.0.5 </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:0.0.4 '
59+ compile 'io.intercom:intercom-java:0.0.5 '
6060}
6161```
6262
Original file line number Diff line number Diff line change 1- version : 0.0.5-SNAPSHOT
1+ version : 0.0.5
22
33groupId : io.intercom
44
You can’t perform that action at this time.
0 commit comments