diff --git a/CHANGES b/CHANGES
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,15 @@
+0.3.0.1 2015/4/21
+
+* No functional changes, just retrospectively updating this changelog to
+  reflect the changes in 0.3
+
+0.3 2015/4/21
+
+* SECURITY: actually verify signatures when using public key authentication (!)
+* SECURITY: switch to using modular exponentiation from OpenSSL instead of
+  a home-grown implementation that's vulnerable to timing attacks
+* add a test suite
+
 0.2.13.1 2014/10/8
 
 * changelog fix
diff --git a/ssh.cabal b/ssh.cabal
--- a/ssh.cabal
+++ b/ssh.cabal
@@ -1,5 +1,5 @@
 name:                ssh
-version:             0.3
+version:             0.3.0.1
 synopsis:            A pure-Haskell SSH server library.
 description:
     This a library for implementing your own servers that handle SSH
