From 8a62c7076f55a7083c5c9e1a918ca450ddb5971a Mon Sep 17 00:00:00 2001 From: dblock Date: Tue, 7 May 2024 04:56:34 -0400 Subject: [PATCH] Preparing for release, 2.1.0. --- CHANGELOG.md | 4 ++-- README.md | 2 +- lib/mongoid/locker/version.rb | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5a7353..ea9bba3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ ## Changelog -### 2.1.0 (Next) +### 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). * [#102](https://github.com/mongoid/mongoid-locker/pull/102): Re-added danger, removed Travis-CI config, extracted RuboCop - [@dblock](https://github.com/dblock). * [#104](https://github.com/mongoid/mongoid-locker/pull/104): Fixed code coverage - [@dblock](https://github.com/dblock). * [#105](https://github.com/mongoid/mongoid-locker/pull/105): Added support for Mongoid 9.0 - [@saisrinivasan](https://github.com/SairamSrinivasan). -* Your contribution here. ### 2.0.2 (2023-01-24) diff --git a/README.md b/README.md index 025a346..09f312b 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Document-level optimistic locking for MongoDB via Mongoid. Mongoid-Locker is an [Tested](https://github.com/mongoid/mongoid-locker/actions) against: - MRI: `2.3.8`, `2.4.7`, `2.5.7`, `2.6.6`, `2.7.1`, `3.0.5`, `3.1.3` - JRuby `9.1.17.0`, `9.2.11.1` -- Mongoid: `5`, `6`, `7`, `8`, '9' +- Mongoid: `5`, `6`, `7`, `8`, `9` See [.github/workflows/test.yml](.github/workflows/test.yml) for the latest test matrix. diff --git a/lib/mongoid/locker/version.rb b/lib/mongoid/locker/version.rb index ced092c..361aec1 100644 --- a/lib/mongoid/locker/version.rb +++ b/lib/mongoid/locker/version.rb @@ -2,6 +2,6 @@ module Mongoid module Locker - VERSION = '2.0.3' + VERSION = '2.1.0' end end