about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-09-05 01:38:16 +0000
committerEric Wong <e@80x24.org>2014-09-05 01:38:16 +0000
commite734132c6710451340e04a765fd08f60b6102771 (patch)
tree6e1a53fd8240ec37a82386b8a0540900b0ae19db
parent69af3d363a06030466ceca9f7a13252eef0caa81 (diff)
downloadcmogstored-e734132c6710451340e04a765fd08f60b6102771.tar.gz
We don't need ChangeLog info going back to 1.0.0
-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}"