We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b67ffe commit 50e9831Copy full SHA for 50e9831
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# CHANGE LOG
2
3
+## v.5.1.0
4
+
5
+- **NEW** Add missing request params in request models ([#178](https://github.com/omise/omise-java/pull/178))
6
+- **UPDATE** Update okhttp ([#180](https://github.com/omise/omise-java/pull/180))
7
8
## v.5.0.0
9
10
- **UPDATE** Update guava test dependency ([#168](https://github.com/omise/omise-java/pull/168))
build.gradle
@@ -8,7 +8,7 @@ apply plugin: 'jacoco'
apply plugin: 'org.sonarqube'
group 'co.omise'
11
-version '5.0.0'
+version '5.1.0'
12
13
sourceCompatibility = 1.8
14
targetCompatibility = 1.8
0 commit comments