File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
intercom-java/src/main/java/io/intercom/api Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- version : 1.0.0
1+ version : 1.0.1-SNAPSHOT
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.0 " ;
17+ private static final String VERSION = "1.0.1 " ;
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