diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2c99ee7665d22875e459a4994c27ece33df196a2..c01aafb1d4640e8b9e1f2c00cb636abad72c4052 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,12 @@
 
+#### **1.0.0 (April 8th, 2016)**
+
+FEATURES
+ * Added the /oauth/expiration controller to test for access token expiration
+ * Added the /oauth/token as a helper method to display the access token
+
+FIXES:
+ * Fixed and cleaned up a few niggling issues
 
 #### **1.0.0-rc6 (March 31th, 2016)**
 
diff --git a/doc.go b/doc.go
index 71fdafc114cb474fff6a12c2759434730057fc8e..ef67daa814572c4cd3ae059fd9e1df9afedddff9 100644
--- a/doc.go
+++ b/doc.go
@@ -22,7 +22,7 @@ import (
 
 const (
 	prog        = "keycloak-proxy"
-	version     = "v1.0.0-rc6"
+	version     = "v1.0.0"
 	author      = "Rohith"
 	email       = "gambol99@gmail.com"
 	description = "is a proxy using the keycloak service for auth and authorization"