about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index ad08bda..6552411 100644
--- a/Rakefile
+++ b/Rakefile
@@ -78,7 +78,7 @@ end
 
 desc "dump changelog to stdout"
 task :changelog do
-  since = "v0.1.0"
+  since = "v1.0.0"
 
   puts "cmogstored changelog since #{since}"
   puts "Full changeset information is available at #{git_url}"