Skip to content

Commit a60ad66

Browse files
🌿 Fern Regeneration -- January 30, 2026 (#351)
* SDK regeneration * Disable data attribute test hitting CDA limit * Skip conversation test which needs to be updated to use long for timestamp * Switch skipped test * Fix test syntax --------- Co-authored-by: fern-api[bot] <115122769+fern-api[bot]@users.noreply.github.com> Co-authored-by: Steve Henry <steven.henry@intercom.io>
1 parent 6fc3502 commit a60ad66

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+6412
-349
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Add the dependency in your `pom.xml` file:
4141
<dependency>
4242
<groupId>io.intercom</groupId>
4343
<artifactId>intercom-java</artifactId>
44-
<version>4.0.0</version>
44+
<version>4.0.1</version>
4545
</dependency>
4646
```
4747

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ java {
4747

4848
group = 'io.intercom'
4949

50-
version = '4.0.0'
50+
version = '4.0.1'
5151

5252
jar {
5353
dependsOn(":generatePomFileForMavenPublication")
@@ -78,7 +78,7 @@ publishing {
7878
maven(MavenPublication) {
7979
groupId = 'io.intercom'
8080
artifactId = 'intercom-java'
81-
version = '4.0.0'
81+
version = '4.0.1'
8282
from components.java
8383
pom {
8484
name = 'intercom'

0 commit comments

Comments
 (0)