Skip to content

Commit 507a04b

Browse files
committed
Version 2.1.1
1 parent d78b7fb commit 507a04b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.MD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2.2.1 (2018-08-06)
2+
- Remove Guava dependency
3+
- Replace use of internal Sun API class
4+
15
2.2.0 (2018-07-05)
26
=================
37

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apply plugin: 'signing'
55
apply plugin: 'java-library-distribution'
66

77
group = 'com.siftscience'
8-
version = '2.1.0'
8+
version = '2.1.1'
99
sourceCompatibility = 1.7
1010
targetCompatibility = 1.7
1111

0 commit comments

Comments
 (0)