We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fafa950 + e3ca5d2 commit f381a8dCopy full SHA for f381a8d
CHANGES.MD
@@ -1,3 +1,7 @@
1
+3.1.0 (2019-07-17)
2
+=================
3
+- Add support for `$bookings` complex field to `$create_order` and `$update_order` events
4
+
5
3.0.0 (2019-05-14)
6
=================
7
- Add account id and OkHttpClient to constructor
README.md
@@ -13,13 +13,13 @@ Java 1.7 or later.
13
<dependency>
14
<groupId>com.siftscience</groupId>
15
<artifactId>sift-java</artifactId>
16
- <version>3.0.0</version>
+ <version>3.1.0</version>
17
</dependency>
18
```
19
### Gradle
20
21
dependencies {
22
- compile 'com.siftscience:sift-java:3.0.0'
+ compile 'com.siftscience:sift-java:3.1.0'
23
}
24
25
### Other
0 commit comments