Skip to content

Commit 2904d43

Browse files
authored
Bump version 4.7.0 (#159)
* docs: update changelog * feat: bump version 4.7.0
1 parent 2524150 commit 2904d43

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# CHANGE LOG
2+
3+
## v.4.7.0
4+
5+
* **NEW** Support partial capture (#158)
6+
27
## v4.6.0
38

4-
### Added
5-
- Introducing support for `duitnow_obw` source type to facilitate charge creation for `duitnow` charges. ([#156](https://github.com/omise/omise-java/pull/156))
9+
* **NEW** Introducing support for `duitnow_obw` source type to facilitate charge creation for `duitnow` charges. ([#156](https://github.com/omise/omise-java/pull/156))
610

711
## v4.5.0
812

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ apply plugin: 'com.github.johnrengelman.shadow'
66
apply plugin: 'com.github.ben-manes.versions'
77

88
group 'co.omise'
9-
version '4.6.0'
9+
version '4.7.0'
1010

1111
sourceCompatibility = 1.8
1212
targetCompatibility = 1.8

0 commit comments

Comments
 (0)