We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0480147 commit 3bf23f3Copy full SHA for 3bf23f3
3 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+[OST JAVA SDK v2.2.2](https://github.com/ostdotcom/ost-sdk-java/tree/v2.2.2)
2
+---
3
+
4
+* Readme changes for documenting new parameters in transactions module. These parameters can help to
5
+get data between specific time interval.
6
7
[OST JAVA SDK v2.2.0](https://github.com/ostdotcom/ost-sdk-java/tree/v2.2.0)
8
---
9
VERSION
@@ -1 +1 @@
-2.2.1
+2.2.2
pom.xml
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.ost</groupId>
<artifactId>ost-sdk-java</artifactId>
- <version>2.2.1-SNAPSHOT</version>
+ <version>2.2.2-SNAPSHOT</version>
<name>OST SDK for Java</name>
<description>OST Platform SDK for Java</description>
<packaging>jar</packaging>
0 commit comments