We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f13e425 commit 7ad9147Copy full SHA for 7ad9147
CHANGES.md
@@ -1,8 +1,10 @@
1
### Changes
2
3
-#### 0.1.0-SNAPSHOT
+#### 0.1.0
4
5
- support untag of users and companies
6
+
7
+ - renamed of current page and page methods on collections (breaking)
8
9
#### 0.0.5
10
gradle.properties
@@ -1,4 +1,4 @@
-version: 0.1.0-SNAPSHOT
+version: 0.1.0
groupId: io.intercom
intercom-java/src/main/java/io/intercom/api/Intercom.java
@@ -14,7 +14,7 @@ public class Intercom {
14
15
static final String AUTH_BEARER = "Bearer";
16
17
- private static final String VERSION = "0.1.0-SNAPSHOT";
+ private static final String VERSION = "0.1.0";
18
19
public static final String USER_AGENT = "intercom-java/" + Intercom.VERSION;
20
0 commit comments