Skip to content

Commit

Permalink
Bump v4.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AnasNaouchi committed Feb 29, 2024
1 parent 4d41e71 commit e2c3607
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

## v.4.9.1

- **NEW** Add `merchant_advice` param to charge model ([#166](https://github.com/omise/omise-java/pull/166))

## v.4.9.0

- **NEW** Support wechat_pay source ([#164](https://github.com/omise/omise-java/pull/164))
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.9.0'
version '4.9.1'

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down

0 comments on commit e2c3607

Please sign in to comment.