diff --git a/History.md b/History.md
index b6e6c7cfb05daae04a4c5fa33268ac421a0e252f..15fcee02c5a7b4ad198eea9579f5bce50004c3b9 100644
--- a/History.md
+++ b/History.md
@@ -1,4 +1,14 @@
 
+0.0.5 / 2012-02-10 
+==================
+
+  * Version bump to 0.0.5
+  * Refactored Pull Request #4 to make the CA Path configurable and added a test.
+  * Merge pull request #4 from dynaum/master
+  * Configuring ssl certs path for ubuntu
+  * Added chnage log
+  * Updated README
+
 0.0.4 / 2012-01-24 
 ==================
 
diff --git a/lib/omniauth/cas/version.rb b/lib/omniauth/cas/version.rb
index bdedadc1d4118447b1da822e0376e7edb8115168..1bb2f4adca7e17e1263c3ec04fadd09c7b9a36c1 100644
--- a/lib/omniauth/cas/version.rb
+++ b/lib/omniauth/cas/version.rb
@@ -1,5 +1,5 @@
 module Omniauth
   module Cas
-    VERSION = "0.0.4"
+    VERSION = "0.0.5"
   end
 end