Skip to content

v4.0.0

Latest
Compare
Choose a tag to compare
@joshbranham joshbranham released this 06 Apr 14:08
· 10 commits to master since this release
7e857a5

Rails 7.0 Support

The primary change for this release is support for Rails 7.0, with one breaking change.

  • Using #encrypted_attributes is no longer supported. Instead, use #attr_encrypted_encrypted_attributes to avoid collision with Active Record 7 native encryption.

What's Changed

New Contributors

Full Changelog: 3.1.0...v4.0.0