Skip to content

Commit f07a4ed

Browse files
committed
Fix changelog
1 parent 750fe5b commit f07a4ed

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# Releases
22

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

1213
## v0.6.0
1314
* robot mode

pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@
5555
</dependency>
5656
</dependencies>
5757
</plugin>
58+
<plugin>
59+
<groupId>org.apache.maven.plugins</groupId>
60+
<artifactId>maven-surefire-plugin</artifactId>
61+
<version>2.20.1</version>
62+
</plugin>
5863
<plugin>
5964
<groupId>org.jacoco</groupId>
6065
<artifactId>jacoco-maven-plugin</artifactId>
@@ -73,7 +78,6 @@
7378
<artifactId>coveralls-maven-plugin</artifactId>
7479
<version>4.3.0</version>
7580
</plugin>
76-
7781
<plugin>
7882
<groupId>pl.project13.maven</groupId>
7983
<artifactId>git-commit-id-plugin</artifactId>

0 commit comments

Comments
 (0)