Skip to content

Commit

Permalink
Merge pull request rubysherpas#439 from jhawthorn/version_2_4_1
Browse files Browse the repository at this point in the history
Version 2.4.1
  • Loading branch information
jhawthorn authored Apr 10, 2018
2 parents 9a26d81 + 35e6716 commit a535372
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
- RAILS='~> 4.2.0'
- RAILS='~> 5.0.0'
- RAILS='~> 5.1.0'
- RAILS='~> 5.2.0.rc2'
- RAILS='~> 5.2.0'

matrix:
allow_failures:
Expand All @@ -24,5 +24,5 @@ matrix:
rvm: jruby-9.1.6.0
- env: RAILS='~> 5.1.0'
rvm: jruby-9.1.6.0
- env: RAILS='~> 5.2.0.rc2'
- env: RAILS='~> 5.2.0'
rvm: jruby-9.1.6.0
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# paranoia Changelog

## 2.4.1

* [#435](https://github.com/rubysherpas/paranoia/pull/435) Monkeypatch activerecord relations to work with rails 6.2.0

[Bartosz Bonisławski (@bbonislawski)](https://github.com/bbonislawski)

## 2.4.0

* [#423](https://github.com/rubysherpas/paranoia/pull/423) Add `paranoia_destroy` and `paranoia_delete` aliases
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ platforms :rbx do
gem 'rubinius-developer_tools'
end

rails = ENV['RAILS'] || '~> 5.1.0'
rails = ENV['RAILS'] || '~> 5.2.0'

gem 'rails', rails

Expand Down
2 changes: 1 addition & 1 deletion lib/paranoia/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Paranoia
VERSION = '2.4.0'.freeze
VERSION = '2.4.1'.freeze
end

0 comments on commit a535372

Please sign in to comment.