Skip to content

Commit f381a8d

Browse files
Merge pull request #49 from SiftScience/3.1.0_changes_readme_updates
updating the README.md and CHANGES.MD for v3.1.0
2 parents fafa950 + e3ca5d2 commit f381a8d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGES.MD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
3.0.0 (2019-05-14)
26
=================
37
- Add account id and OkHttpClient to constructor

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ Java 1.7 or later.
1313
<dependency>
1414
<groupId>com.siftscience</groupId>
1515
<artifactId>sift-java</artifactId>
16-
<version>3.0.0</version>
16+
<version>3.1.0</version>
1717
</dependency>
1818
```
1919
### Gradle
2020
```
2121
dependencies {
22-
compile 'com.siftscience:sift-java:3.0.0'
22+
compile 'com.siftscience:sift-java:3.1.0'
2323
}
2424
```
2525
### Other

0 commit comments

Comments
 (0)