Skip to content

Commit cc4b79e

Browse files
committed
0.0.5
1 parent 350d3f1 commit cc4b79e

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
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)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
5858
dependencies {
59-
compile 'io.intercom:intercom-java:0.0.4'
59+
compile 'io.intercom:intercom-java:0.0.5'
6060
}
6161
```
6262

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.0.5-SNAPSHOT
1+
version: 0.0.5
22

33
groupId: io.intercom
44

0 commit comments

Comments
 (0)