Skip to content

Commit 18ef8b6

Browse files
authored
Release 4.1.1 (#458)
1 parent e96f4ad commit 18ef8b6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## 4.1.1
4+
5+
* Fixed: Fix SystemStackError when extending the reload method with Module#prepend.
6+
37
## 4.1.0
48

59
* Changed: Dropped support for `datamapper` which has not had a release since October 2011. This is in an attempt to make

lib/attr_encrypted/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module AttrEncrypted
55
module Version
66
MAJOR = 4
77
MINOR = 1
8-
PATCH = 0
8+
PATCH = 1
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)