Skip to content

Commit

Permalink
Fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickfav committed Sep 26, 2017
1 parent 750fe5b commit f07a4ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG
@@ -1,13 +1,14 @@
# Releases

## v1.0.0
* use HMAC DRBG
* use NIST SP800-90Ar1 HMAC-DRBG
* use multiple entropy sources
* add line break every X lines of output
* add Base58 and Base26
* add crc32 check feature
* add random.org signature verification
* add hotbits and anu quantum external true random source with parallel network calls
* add file output feature

## v0.6.0
* robot mode
Expand Down
6 changes: 5 additions & 1 deletion pom.xml
Expand Up @@ -55,6 +55,11 @@
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.20.1</version>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
Expand All @@ -73,7 +78,6 @@
<artifactId>coveralls-maven-plugin</artifactId>
<version>4.3.0</version>
</plugin>

<plugin>
<groupId>pl.project13.maven</groupId>
<artifactId>git-commit-id-plugin</artifactId>
Expand Down

0 comments on commit f07a4ed

Please sign in to comment.