From 079544544226fc37ec6726de107d665d8c59d84e Mon Sep 17 00:00:00 2001 From: dblock Date: Tue, 7 May 2024 04:57:48 -0400 Subject: [PATCH] Preparing for next developer iteration, 2.1.1. --- CHANGELOG.md | 4 ++++ lib/mongoid/locker/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea9bba3..20b6e44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Changelog +### 2.1.1 (Next) + +* Your contribution here. + ### 2.1.0 (2024-05-07) * [#101](https://github.com/mongoid/mongoid-locker/pull/101): Replace the $where operator with the $expr operator - [@amanfrinati](https://github.com/amanfrinati). diff --git a/lib/mongoid/locker/version.rb b/lib/mongoid/locker/version.rb index 361aec1..4035002 100644 --- a/lib/mongoid/locker/version.rb +++ b/lib/mongoid/locker/version.rb @@ -2,6 +2,6 @@ module Mongoid module Locker - VERSION = '2.1.0' + VERSION = '2.1.1' end end