We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1c54f7 commit be03f14Copy full SHA for be03f14
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### 2.0.1 (Next)
2
+
3
+* Your contribution here.
4
5
### 2.0.0 (2024/09/07)
6
7
* [#38](https://github.com/mongoid/mongoid-scroll/pull/38): Add `previous_cursor` - [@GCorbel](https://github.com/GCorbel).
lib/mongoid/scroll/version.rb
@@ -1,5 +1,5 @@
module Mongoid
module Scroll
- VERSION = '2.0.0'.freeze
+ VERSION = '2.0.1'.freeze
end
0 commit comments