Skip to content

Commit 3652254

Browse files
author
Kristjan Kosic - Chris
committed
Merge branch 'develop' of https://github.com/ArkEcosystem/java-crypto into release/bitcoinj-v0.14.7
2 parents f918925 + 1b8a595 commit 3652254

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

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

88
## Unreleased
99

10+
## 1.0.0 - 2020-02-11
11+
12+
### Changed
13+
- Upgrade Dependencies
14+
15+
### Added
16+
- Add Support for new Core v2.6 Transaction Types
17+
1018
## 0.1.6 - 2019-10-15
1119

1220
### Changed

build.gradle

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

6767
pom.project {
6868
groupId = 'org.arkecosystem'
69-
version = '0.1.6'
69+
version = '1.0.0'
7070
artifactId = 'crypto'
7171

7272
name = 'java-crypto'
@@ -111,7 +111,7 @@ uploadArchives {
111111
scm {
112112
connection = 'scm:git:git://github.com/ArkEcosystem/java-crypto.git'
113113
developerConnection = 'scm:git:ssh://github.com:ArkEcosystem/java-crypto.git'
114-
url = 'https://github.com/ArkEcosystem/java-crypto/tree/0.1.6'
114+
url = 'https://github.com/ArkEcosystem/java-crypto/tree/1.0.0'
115115
}
116116
}
117117
}

0 commit comments

Comments
 (0)