Skip to content

Commit

Permalink
v4.0.2 (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
rezigned authored Oct 30, 2020
1 parent e5777c8 commit 47e44b2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# CHANGE LOG

## v4.0.2

* **NEW** Added `InstallmentScb` and `InstallmentCiti` source types.

## v4.0.1

* **FIXED** `PlatformFee` can't be serialized.

## v4.0.0

* See [Migration guide](MIGRATING.md#migrating-from-v3-to-v4)

## v3.1.1

* **REMOVED** Removed certificate pinning
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ apply plugin: 'com.github.johnrengelman.shadow'
apply plugin: 'com.github.ben-manes.versions'

group 'co.omise'
version '4.0.1'
version '4.0.2'

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down

0 comments on commit 47e44b2

Please sign in to comment.