Skip to content

Commit

Permalink
bumping the release version to 0.4.2-alpha (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
antikus committed Aug 22, 2023
1 parent 01fcb19 commit a9e6305
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ headers.put("h1", "v1");
var httpClient = client.getHttpClient();
```

## v0.4.2-alpha
* Increased the auth token expiration buffer from 5s to 60s.


## v0.4.1-alpha
* Adding support to new java versions.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ In order to use the `rai-sdk-java`, you need add this dependency to your project
<dependency>
<groupId>com.relationalai</groupId>
<artifactId>rai-sdk</artifactId>
<version>0.4.1-alpha</version>
<version>0.4.2-alpha</version>
</dependency>

You need also to point maven to the SDK GitHub packages repository in the project's POM:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<description>The RelationalAI Software Development Kit (SDK) for Java</description>
<groupId>com.relationalai</groupId>
<artifactId>rai-sdk-pom</artifactId>
<version>0.4.1-alpha</version>
<version>0.4.2-alpha</version>
<packaging>pom</packaging>
<url></url>

Expand Down
2 changes: 1 addition & 1 deletion rai-sdk-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.relationalai</groupId>
<artifactId>rai-sdk-pom</artifactId>
<version>0.4.1-alpha</version>
<version>0.4.2-alpha</version>
</parent>

<name>RelationalAI SDK for Java Examples</name>
Expand Down
2 changes: 1 addition & 1 deletion rai-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.relationalai</groupId>
<artifactId>rai-sdk-pom</artifactId>
<version>0.4.1-alpha</version>
<version>0.4.2-alpha</version>
</parent>

<name>RelationalAI SDK for Java Package</name>
Expand Down

0 comments on commit a9e6305

Please sign in to comment.