diff --git a/ChangeLog b/ChangeLog
index 0d0d0379a0eb383082a312334b453356bc994994..63df5657e8d9ff84babcf4e8431bdd70bb7a3aee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-Changes in version 0.0.7 - UNRELEASED:
+Changes in version 0.0.7 - 2016-11-15:
  - Support configuring the obfs4 IAT parameter as the sole
    ServerTransportOption on bridges, and correctly checkpoint the argument
    to the state file.
diff --git a/obfs4proxy/obfs4proxy.go b/obfs4proxy/obfs4proxy.go
index f66f7c0e9b5bf137cab7acd7f6a60b7a019495cb..95f19ffadcec35e3ef4cb50e6bdc000fc90b8f49 100644
--- a/obfs4proxy/obfs4proxy.go
+++ b/obfs4proxy/obfs4proxy.go
@@ -51,7 +51,7 @@ import (
 )
 
 const (
-	obfs4proxyVersion = "0.0.7-dev"
+	obfs4proxyVersion = "0.0.7"
 	obfs4proxyLogFile = "obfs4proxy.log"
 	socksAddr         = "127.0.0.1:0"
 )