diff --git a/CHANGELOG b/CHANGELOG
index 95802a8..2c4fe17 100644
--- a/CHANGELOG
+++ b/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
diff --git a/pom.xml b/pom.xml
index 07009f1..db697ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,6 +55,11 @@
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ 2.20.1
+
org.jacoco
jacoco-maven-plugin
@@ -73,7 +78,6 @@
coveralls-maven-plugin
4.3.0
-
pl.project13.maven
git-commit-id-plugin