Skip to content

Commit 49bc41d

Browse files
committed
Release 4.2.0
1 parent 38b2e85 commit 49bc41d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# attr_encrypted
22

3+
## 4.2.0
4+
5+
* Changed: Set minimum Ruby version as 2.7.
6+
* Added: Rails 7.2 and 8.0 support.
7+
* Fixed: Further removal of `datamapper` support.
8+
39
## 4.1.1
410

511
* Fixed: Fix SystemStackError when extending the reload method with Module#prepend.

lib/attr_encrypted/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ module AttrEncrypted
44
# Contains information about this gem's version
55
module Version
66
MAJOR = 4
7-
MINOR = 1
8-
PATCH = 1
7+
MINOR = 2
8+
PATCH = 0
99

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

0 commit comments

Comments
 (0)