We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43f82f3 commit dcc22dfCopy full SHA for dcc22df
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGE LOG
2
3
+## v.4.8.0
4
+
5
+- **NEW** Support dynamic webhooks ([#161](https://github.com/omise/omise-java/pull/161))
6
7
## v.4.7.0
8
9
* **NEW** Support partial capture (#158)
build.gradle
@@ -6,7 +6,7 @@ apply plugin: 'com.github.johnrengelman.shadow'
apply plugin: 'com.github.ben-manes.versions'
group 'co.omise'
-version '4.7.0'
+version '4.8.0'
10
11
sourceCompatibility = 1.8
12
targetCompatibility = 1.8
0 commit comments