diff --git a/CHANGELOG.md b/CHANGELOG.md index 386c489..fd32ed8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.0.3 + +- Fixed deprecation warning when used with will_paginate +- Fixed bug with DateTime series + ## 1.0.2 - Added :start option for custom week start for group_by_week diff --git a/lib/groupdate/version.rb b/lib/groupdate/version.rb index e10df6f..7e5958c 100644 --- a/lib/groupdate/version.rb +++ b/lib/groupdate/version.rb @@ -1,3 +1,3 @@ module Groupdate - VERSION = "1.0.2" + VERSION = "1.0.3" end -- libgit2 0.21.0