Skip to content

Commit a9e6305

Browse files
author
Anatoli Kurtsevich
authored
bumping the release version to 0.4.2-alpha (#44)
1 parent 01fcb19 commit a9e6305

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ headers.put("h1", "v1");
1111
var httpClient = client.getHttpClient();
1212
```
1313

14+
## v0.4.2-alpha
15+
* Increased the auth token expiration buffer from 5s to 60s.
16+
1417

1518
## v0.4.1-alpha
1619
* Adding support to new java versions.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ In order to use the `rai-sdk-java`, you need add this dependency to your project
9393
<dependency>
9494
<groupId>com.relationalai</groupId>
9595
<artifactId>rai-sdk</artifactId>
96-
<version>0.4.1-alpha</version>
96+
<version>0.4.2-alpha</version>
9797
</dependency>
9898

9999
You need also to point maven to the SDK GitHub packages repository in the project's POM:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<description>The RelationalAI Software Development Kit (SDK) for Java</description>
2222
<groupId>com.relationalai</groupId>
2323
<artifactId>rai-sdk-pom</artifactId>
24-
<version>0.4.1-alpha</version>
24+
<version>0.4.2-alpha</version>
2525
<packaging>pom</packaging>
2626
<url></url>
2727

rai-sdk-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.relationalai</groupId>
2222
<artifactId>rai-sdk-pom</artifactId>
23-
<version>0.4.1-alpha</version>
23+
<version>0.4.2-alpha</version>
2424
</parent>
2525

2626
<name>RelationalAI SDK for Java Examples</name>

rai-sdk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.relationalai</groupId>
2222
<artifactId>rai-sdk-pom</artifactId>
23-
<version>0.4.1-alpha</version>
23+
<version>0.4.2-alpha</version>
2424
</parent>
2525

2626
<name>RelationalAI SDK for Java Package</name>

0 commit comments

Comments
 (0)