diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown
--- a/CHANGELOG.markdown
+++ b/CHANGELOG.markdown
@@ -1,3 +1,6 @@
+0.7.0
+=====
+
 0.6.1
 =====
 
diff --git a/example/liblastfm-examples.cabal b/example/liblastfm-examples.cabal
--- a/example/liblastfm-examples.cabal
+++ b/example/liblastfm-examples.cabal
@@ -1,5 +1,5 @@
 name:          liblastfm-examples
-version:       0.6.1
+version:       0.7.0
 synopsis:      Liblastfm examples
 license:       MIT
 license-file:  LICENSE
diff --git a/liblastfm.cabal b/liblastfm.cabal
--- a/liblastfm.cabal
+++ b/liblastfm.cabal
@@ -1,5 +1,5 @@
 name:          liblastfm
-version:       0.6.1
+version:       0.7.0
 synopsis:      Lastfm API interface
 license:       MIT
 license-file:  LICENSE
@@ -30,7 +30,7 @@
 source-repository this
   type:     git
   location: https://github.com/supki/liblastfm
-  tag:      0.6.1
+  tag:      0.7.0
 
 
 flag test-api
