Skip to content

Commit

Permalink
Version / CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyshields committed Jul 24, 2021
1 parent 128f2a9 commit 6e7bc3d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
## 0.4.1 (2021/07/24)

* Do not allow Mongoid 7.3 and later, due to breaking changes
* Switch to Github Actions from Travis CI
* Add Rubocop and fix issues
* Dropped Ruby < 2.4

## 0.4.0 (2019/05/29)

* Mongoid 7.0 support, dropped Mongoid 6 and Ruby < 2.3
* Mongoid 7.0 support
* Drop Mongoid 6 and Ruby < 2.3

## 0.3.0 (2017/01/05)

* Mongoid 6.0 support, dropped Mongoid 4/5 and Ruby < 2.2.2
* Mongoid 6.0 support
* Drop Mongoid 4/5 and Ruby < 2.2.2

## 0.2.1 (2015/09/28)

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

module Mongoid
module Paranoia
VERSION = '0.4.0'
VERSION = '0.4.1'
end
end

0 comments on commit 6e7bc3d

Please sign in to comment.