Skip to content

Commit 5378d7d

Browse files
committed
Add changelog entry, bump next to minor version
1 parent 22ecbe6 commit 5378d7d

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
## Changelog
22

3-
### 2.1.1 (Next)
3+
### 2.2.0 (Next)
44

55
* Your contribution here.
6+
* [#107](https://github.com/mongoid/mongoid-locker/pull/107): Revert introduction of `forwardable` to ensure compatibility with mongoid-history - [@scpike](https://github.com/scpike).
67

78
### 2.1.0 (2024-05-07)
89

lib/mongoid/locker/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Mongoid
44
module Locker
5-
VERSION = '2.1.1'
5+
VERSION = '2.2.0'
66
end
77
end

0 commit comments

Comments
 (0)