Skip to content

Commit

Permalink
Bump version to v4.0.8 (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
rezigned authored May 26, 2022
1 parent 4874be2 commit 37ce6fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGE LOG

## v4.0.8

* **FIXED** Fix passing null if email not specified in request (#139)

## v4.0.7

* **NEW** Added `AlipayCN`, `AlipayHK`, `DANA`, `GCash`, `KakaoPay` and `TouchNGo` source type to Source.
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.7'
version '4.0.8'

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down

0 comments on commit 37ce6fd

Please sign in to comment.