diff --git a/CHANGELOG.md b/CHANGELOG.md index 77d023ee..7b16a524 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,12 @@ # CHANGE LOG + +## v.4.7.0 + +* **NEW** Support partial capture (#158) + ## v4.6.0 -### Added -- Introducing support for `duitnow_obw` source type to facilitate charge creation for `duitnow` charges. ([#156](https://github.com/omise/omise-java/pull/156)) +* **NEW** Introducing support for `duitnow_obw` source type to facilitate charge creation for `duitnow` charges. ([#156](https://github.com/omise/omise-java/pull/156)) ## v4.5.0 diff --git a/build.gradle b/build.gradle index 9045e14e..f2b145db 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ apply plugin: 'com.github.johnrengelman.shadow' apply plugin: 'com.github.ben-manes.versions' group 'co.omise' -version '4.6.0' +version '4.7.0' sourceCompatibility = 1.8 targetCompatibility = 1.8