diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index f8be584..2c840a7 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -1,3 +1,6 @@ +== v2.0.0 +* addin the ability to dinamicaly scope the counter (thanks @emaxi) + This will require a migration to users using the old version of the gem == v1.0.3 * gemspec fix to accept Rails >4 #26, previous PR didn't fix it. == v1.0.2 diff --git a/lib/protokoll/version.rb b/lib/protokoll/version.rb index de9383f..b0d77f9 100644 --- a/lib/protokoll/version.rb +++ b/lib/protokoll/version.rb @@ -1,3 +1,3 @@ module Protokoll - VERSION = "1.0.3" + VERSION = "2.0.0" end