File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments