Skip to content

Commit 50e9831

Browse files
authored
Bump v5.1.0 (#181)
1 parent 2b67ffe commit 50e9831

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGE LOG
22

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+
38
## v.5.0.0
49

510
- **UPDATE** Update guava test dependency ([#168](https://github.com/omise/omise-java/pull/168))

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ apply plugin: 'jacoco'
88
apply plugin: 'org.sonarqube'
99

1010
group 'co.omise'
11-
version '5.0.0'
11+
version '5.1.0'
1212

1313
sourceCompatibility = 1.8
1414
targetCompatibility = 1.8

0 commit comments

Comments
 (0)