Skip to content

Commit 910b2d9

Browse files
spkjpfaustbrian
authored andcommitted
release: 0.1.4 (#47)
1 parent a05d228 commit 910b2d9

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.4 - 2019-11-06
11+
12+
### Fixed
13+
- Support 255 bytes vendor fields
14+
1015
## 0.1.3 - 2019-25-04
1116

1217
### Fixed

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.3'
49+
version = '0.1.4'
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.2'
82+
url = 'https://github.com/ArkEcosystem/java-crypto/tree/0.1.4'
8383
}
8484
}
8585
}

0 commit comments

Comments
 (0)