diff --git a/CHANGELOG.md b/CHANGELOG.md index bd5f2a7..7b0fead 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 2.0.1 (Next) + +* Your contribution here. + ### 2.0.0 (2024/09/07) * [#38](https://github.com/mongoid/mongoid-scroll/pull/38): Add `previous_cursor` - [@GCorbel](https://github.com/GCorbel). diff --git a/lib/mongoid/scroll/version.rb b/lib/mongoid/scroll/version.rb index 96bfa3d..64ab51d 100644 --- a/lib/mongoid/scroll/version.rb +++ b/lib/mongoid/scroll/version.rb @@ -1,5 +1,5 @@ module Mongoid module Scroll - VERSION = '2.0.0'.freeze + VERSION = '2.0.1'.freeze end end