Skip to content

Commit

Permalink
Merge pull request #83 from SiftScience/3.5.2-release
Browse files Browse the repository at this point in the history
Created 3.5.2 release
  • Loading branch information
vincent-sift authored Jul 27, 2022
2 parents c2e975c + be78232 commit 0b63d33
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
3.5.2 (2022-07-27)
=================
- Added SiftClient constructor to override the baseUrl

3.5.1 (2022-07-01)
=================
- Added $keyless_user_id
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ Java 1.7 or later.
<dependency>
<groupId>com.siftscience</groupId>
<artifactId>sift-java</artifactId>
<version>3.5.1</version>
<version>3.5.2</version>
</dependency>
```
### Gradle
```
dependencies {
compile 'com.siftscience:sift-java:3.4.7'
compile 'com.siftscience:sift-java:3.5.2'
}
```
### Other
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'signing'
apply plugin: 'java-library-distribution'

group = 'com.siftscience'
version = '3.5.1'
version = '3.5.2'

repositories {
mavenCentral()
Expand Down

0 comments on commit 0b63d33

Please sign in to comment.