Skip to content

Commit

Permalink
Preparing for release, 2.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed May 7, 2024
1 parent 6ae0fa2 commit 8a62c70
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion lib/mongoid/locker/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Mongoid
module Locker
VERSION = '2.0.3'
VERSION = '2.1.0'
end
end

0 comments on commit 8a62c70

Please sign in to comment.