Skip to content

Commit

Permalink
Release 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbranham committed Jan 23, 2025
1 parent 38b2e85 commit 49bc41d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# attr_encrypted

## 4.2.0

* Changed: Set minimum Ruby version as 2.7.
* Added: Rails 7.2 and 8.0 support.
* Fixed: Further removal of `datamapper` support.

## 4.1.1

* Fixed: Fix SystemStackError when extending the reload method with Module#prepend.
Expand Down
4 changes: 2 additions & 2 deletions lib/attr_encrypted/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ module AttrEncrypted
# Contains information about this gem's version
module Version
MAJOR = 4
MINOR = 1
PATCH = 1
MINOR = 2
PATCH = 0

# Returns a version string by joining <tt>MAJOR</tt>, <tt>MINOR</tt>, and <tt>PATCH</tt> with <tt>'.'</tt>
#
Expand Down

0 comments on commit 49bc41d

Please sign in to comment.