Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
westonganger committed Dec 28, 2018
1 parent 3019080 commit 5e34800
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 14 deletions.
24 changes: 11 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,36 @@
## 1.4.0 - UNRELEASED
# Change Log

## 1.4.0 - 2018-12-28

* Add Rails 5.2 support
* Fix bug related to incorrect usage of options on the AR#new method
* Use scope_for_create instead of create_scope in Rails 5.2+
* Fix bug related to incorrect usage of options on the `AR#new` method
* Use `scope_for_create` instead of `create_scope` in Rails 5.2+
* Fix bug related to protection of `inheritance_column` attribute
* Use Appraisal for testing against multple Rails versions

## 1.3.0
## 1.3.0 - 2017-05-05

* Add Rails 5.1 support
* Dont require activerecord in non-activerecord environments
* Drop support for Rails 4, it now only support Rails 5

## 1.2.4

* Fixed params type checking with nested attributes

## 1.2.4
## 1.2.4 - 2017-05-05

* Fixed params type checking with nested attributes

## 1.2.3
## 1.2.3 - 2016-09-20

* Fixed ArgumentError with nested attributes

## 1.2.2
## 1.2.2 - 2016-09-20

* Fix for Rails 5

## 1.2.1
## 1.2.1 - 2016-09-20

* Fix for Rails 5

## 1.2.0
## 1.2.0 - 2016-09-20

* Added Rails 5 support, already works just needed the gemspec updated to allow it
* New repo `protected_attributes_continued` because Rails refuses to support Rails 5
Expand Down
2 changes: 1 addition & 1 deletion lib/protected_attributes/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ProtectedAttributes
VERSION = "1.3.0"
VERSION = "1.4.0"
end

0 comments on commit 5e34800

Please sign in to comment.