From d310dc020df0fa68d908e56debf51aaed2b92ab5 Mon Sep 17 00:00:00 2001 From: Natthawut Haematulin Date: Mon, 4 Sep 2023 15:05:19 +0700 Subject: [PATCH 1/2] docs: update changelog --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77d023ee..67383ef9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,12 @@ # CHANGE LOG + +## v.4.7.0 + +* **NEW** Support partial capture (#155) + ## 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 From f5ad265c7edad8f56b2b72558ae31ceac20eb2b2 Mon Sep 17 00:00:00 2001 From: Natthawut Haematulin Date: Mon, 4 Sep 2023 16:17:20 +0700 Subject: [PATCH 2/2] feat: bump version 4.7.0 --- CHANGELOG.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67383ef9..7b16a524 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## v.4.7.0 -* **NEW** Support partial capture (#155) +* **NEW** Support partial capture (#158) ## v4.6.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