Skip to content

Commit

Permalink
3.1.4 (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
hpariwat authored Feb 23, 2021
1 parent cfa007b commit c84eaf4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGE LOG

## v3.1.4

* **NEW** Added `FPX` source type (#128).
* **NEW** Added `bank` field to Source (#128).
* **NEW** Added support for Capability API (#128).

## v3.1.3

* **NEW** Added `MobileBankingScb` source type (#123).
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 '3.1.3'
version '3.1.4'

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down

0 comments on commit c84eaf4

Please sign in to comment.