Skip to content

Commit

Permalink
Release 4.1.1 (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbranham authored Sep 20, 2024
1 parent e96f4ad commit 18ef8b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# attr_encrypted

## 4.1.1

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

## 4.1.0

* Changed: Dropped support for `datamapper` which has not had a release since October 2011. This is in an attempt to make
Expand Down
2 changes: 1 addition & 1 deletion lib/attr_encrypted/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module AttrEncrypted
module Version
MAJOR = 4
MINOR = 1
PATCH = 0
PATCH = 1

# 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 18ef8b6

Please sign in to comment.