Skip to content

Commit e0519fc

Browse files
committed
Version 0.9.15
1 parent 6efe6fa commit e0519fc

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

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

3+
## 0.9.15 - Dec 9, 2019
4+
- Fix the wrong handling of null and empty bytes when `RpcObject` is serialized/deserialized
5+
- Define `RpcValue.NULL` for null value
6+
- Add a new method `getDefault` in `ScoreApi.Param`
7+
38
## 0.9.14 - Jun 21, 2019
49
- Fix the bug that generates an invalid signature when a `stepLimit` is given
510

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This document is focused on how to use the SDK properly. For the detailed API sp
1010

1111
## Version
1212

13-
0.9.14 (beta)
13+
0.9.15 (beta)
1414

1515
## Prerequisite
1616

@@ -27,15 +27,15 @@ Download [the latest JAR](https://search.maven.org/search?q=g:foundation.icon%20
2727
<dependency>
2828
<groupId>foundation.icon</groupId>
2929
<artifactId>icon-sdk</artifactId>
30-
<version>0.9.14</version>
30+
<version>0.9.15</version>
3131
</dependency>
3232
```
3333

3434
or Gradle:
3535

3636
```groovy
3737
dependencies {
38-
implementation 'foundation.icon:icon-sdk:0.9.14'
38+
implementation 'foundation.icon:icon-sdk:0.9.15'
3939
}
4040
```
4141

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#
1616

1717
GROUP=foundation.icon
18-
VERSION_NAME=0.9.14
18+
VERSION_NAME=0.9.15
1919

2020
BINTRAY_USER_ORG=icon
2121
BINTRAY_REPO=icon-sdk

0 commit comments

Comments
 (0)