Skip to content

Commit

Permalink
Release v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Youngjoon Lee committed Apr 8, 2021
1 parent d8418a3 commit 884386d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
TBD


## [v0.1.5](https://github.com/medibloc/panacea-java/releases/tag/v0.1.5) - 2021-04-08

### Bug fixes

- [\#26](https://github.com/medibloc/panacea-java/pull/26) fix: Make Wallet.ensureWalletIsReady throws an exception for unknown accounts


## [v0.1.4](https://github.com/medibloc/panacea-java/releases/tag/v0.1.4) - 2021-03-24

### Features
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repositories {
}
dependencies {
compile group: 'org.medibloc.panacea', name: 'panacea-java', version: '0.1.4'
compile group: 'org.medibloc.panacea', name: 'panacea-java', version: '0.1.5'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'org.medibloc.panacea'
version '0.1.4'
version '0.1.5'

sourceCompatibility = JavaVersion.VERSION_1_6
targetCompatibility = JavaVersion.VERSION_1_6
Expand Down

0 comments on commit 884386d

Please sign in to comment.