From 095659d6639acbeb81dab84ed9191e3d681a3bf4 Mon Sep 17 00:00:00 2001 From: Celso Dantas Date: Thu, 29 Sep 2016 11:15:23 -0400 Subject: [PATCH] version 2.0.0 --- CHANGELOG.rdoc | 3 +++ lib/protokoll/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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