diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc
index 59a0a0bc734a4b3adbe1ec0d2e4ae600babd7209..650cafe50988eb1a759a4b4e006b2b68ac4bb39a 100644
--- a/CHANGELOG.rdoc
+++ b/CHANGELOG.rdoc
@@ -1,10 +1,10 @@
-== ipaddress 0.9.0
-
-CHANGED:: ipaddress now uses this[https://gist.github.com/cpetschnig/294476] regexp to validate IPv6 addresses. Thanks to Christoph Petschnig for his regexp and to Bronislav Robenek for fixing this.
+== ipaddress 0.8.1
+CHANGED:: ipaddress now uses minitest for testing, all tests passing
 
 
 == ipaddress 0.8.0
 
+CHANGED:: ipaddress now uses this[https://gist.github.com/cpetschnig/294476] regexp to validate IPv6 addresses. Thanks to Christoph Petschnig for his regexp and to Bronislav Robenek for fixing this.
 CHANGED:: Removed extension methods and extension directory to facilitate integration with the stdlib
 CHANGED:: Reworked IPv4#<=>, now intuitively sorts objects based on the prefix
 CHANGED:: IPv4#supernet now returns "0.0.0.0/0" if supernetting with a prefix less than 1
@@ -15,6 +15,7 @@ NEW::     IPv6#broadcast_u128
 NEW::     IPv6#each
 NEW::     IPv6#<=>
 NEW::     IPv4#split
+NEW::     IP#ntoa
 
 == ipaddress 0.7.5
 
diff --git a/VERSION b/VERSION
index 8adc70fdd9d6a086cc636d251adf0c7a7bca8319..c18d72be3037fd3f56293ca5635965d1e53bcd2a 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.8.0
\ No newline at end of file
+0.8.1
\ No newline at end of file