Skip to content

Commit 8f1e5c3

Browse files
authored
release: 0.1.6 (#52)
1 parent 516912c commit 8f1e5c3

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## Unreleased
99

10+
## 0.1.6 - 2019-10-15
11+
12+
### Changed
13+
- Downgrade bitcoinj-core to 0.14.7
14+
1015
## 0.1.5 - 2019-10-07
1116

1217
### Changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ uploadArchives {
4646

4747
pom.project {
4848
groupId = 'org.arkecosystem'
49-
version = '0.1.5'
49+
version = '0.1.6'
5050
artifactId = 'crypto'
5151

5252
name = 'java-crypto'
@@ -79,7 +79,7 @@ uploadArchives {
7979
scm {
8080
connection = 'scm:git:git://github.com/ArkEcosystem/java-crypto.git'
8181
developerConnection = 'scm:git:ssh://github.com:ArkEcosystem/java-crypto.git'
82-
url = 'https://github.com/ArkEcosystem/java-crypto/tree/0.1.5'
82+
url = 'https://github.com/ArkEcosystem/java-crypto/tree/0.1.6'
8383
}
8484
}
8585
}

0 commit comments

Comments
 (0)