diff --git a/CHANGELOG.md b/CHANGELOG.md
index a67308c..0274743 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
diff --git a/lib/attr_encrypted/version.rb b/lib/attr_encrypted/version.rb
index 8f55413..200faf5 100644
--- a/lib/attr_encrypted/version.rb
+++ b/lib/attr_encrypted/version.rb
@@ -5,7 +5,7 @@ module AttrEncrypted
module Version
MAJOR = 4
MINOR = 1
- PATCH = 0
+ PATCH = 1
# Returns a version string by joining MAJOR, MINOR, and PATCH with '.'
#