diff --git a/CHANGELOG.md b/CHANGELOG.md
index ec7ae33..db91d8d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,15 @@
-## [0.8.0](https://github.com/fgrehm/vagrant-cachier/compare/v0.7.2...v0.8.0) (Jul 20, 2014)
+## [0.9.0](https://github.com/fgrehm/vagrant-cachier/compare/v0.8.0...v0.9.0) (Aug 9, 2014)
 
 **This is considered a release candidate for a 1.0 that will be cut within ~2 weeks if no major issues are reported**
 
+FEATURES:
+
+  - Suport for caching packages for Docker containers that doesn't have a base box specified [[GH-116]]
+
+[GH-116]: https://github.com/fgrehm/vagrant-cachier/pull/116
+
+## [0.8.0](https://github.com/fgrehm/vagrant-cachier/compare/v0.7.2...v0.8.0) (Jul 20, 2014)
+
 BACKWARDS INCOMPATIBILITIES:
 
   - Removed deprecated `config.enable_nfs` config.
diff --git a/Gemfile.lock b/Gemfile.lock
index b2fbe3b..cf99302 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -31,7 +31,7 @@ GIT
 PATH
   remote: .
   specs:
-    vagrant-cachier (0.8.0)
+    vagrant-cachier (0.9.0)
 
 GEM
   remote: https://rubygems.org/
diff --git a/lib/vagrant-cachier/version.rb b/lib/vagrant-cachier/version.rb
index 107f315..305942c 100644
--- a/lib/vagrant-cachier/version.rb
+++ b/lib/vagrant-cachier/version.rb
@@ -1,5 +1,5 @@
 module VagrantPlugins
   module Cachier
-    VERSION = "0.8.0"
+    VERSION = "0.9.0"
   end
 end