diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index 0eb5253..d9b70cc 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -1,3 +1,10 @@ +== 0.16.3 + +* Fixed a "stack level too deep" bug in mongoid #642 [bartes] + +* Fixed a bug that Kaminari possibly crashes when combined with other gems +that define `inherited` method on model classes, such as aasm. #651 [zeitnot] + == 0.16.2 * Fixed a bug where cloned Relations remember previous relations' diff --git a/lib/kaminari/version.rb b/lib/kaminari/version.rb index 746a428..665343c 100644 --- a/lib/kaminari/version.rb +++ b/lib/kaminari/version.rb @@ -1,3 +1,3 @@ module Kaminari - VERSION = '0.16.2' + VERSION = '0.16.3' end