diff --git a/CHANGELOG.md b/CHANGELOG.md index 580a381..4fb0831 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Changelog +### 2.0.1 (Next) + +* Your contribution here. + ### 2.0.0 (2019-10-23) * [#79](https://github.com/mongoid/mongoid-locker/pull/79): Update find_and_lock and find_and_unlock methods - [@dks17](https://github.com/dks17). diff --git a/lib/mongoid/locker/version.rb b/lib/mongoid/locker/version.rb index 88ef9fc..edf23b0 100644 --- a/lib/mongoid/locker/version.rb +++ b/lib/mongoid/locker/version.rb @@ -2,6 +2,6 @@ module Mongoid module Locker - VERSION = '2.0.0' + VERSION = '2.0.1' end end