Skip to content

Commit 444423f

Browse files
committed
start 1.0.1
1 parent 6946a7d commit 444423f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
### Changes
22

3+
#### 1.0.1-SNAPSHOT
4+
5+
- send custom company attributes on update
6+
7+
- fix NPE when company has no plan on update
8+
39
#### 1.0.0
410

511
- removed tag methods requiring collections

gradle.properties

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

33
groupId: io.intercom
44

intercom-java/src/main/java/io/intercom/api/Intercom.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.0";
17+
private static final String VERSION = "1.0.1";
1818

1919
public static final String USER_AGENT = "intercom-java/" + Intercom.VERSION;
2020

0 commit comments

Comments
 (0)