Skip to content

Commit efe06f3

Browse files
authored
Release v4.1.0 (#455)
1 parent 17ac2f0 commit efe06f3

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

CHANGELOG.md

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

3-
## Unreleased
3+
## 4.1.0
44

5-
* Drop support for `datamapper` which has not had a release since October 2011. This is in an attempt to make
5+
* Changed: Dropped support for `datamapper` which has not had a release since October 2011. This is in an attempt to make
66
maintenance and testing easier moving forward.
77

88
## 4.0.0

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ Generates attr_accessors that transparently encrypt and decrypt attributes.
66

77
It works with ANY class, however, you get a few extra features when you're using it with `ActiveRecord` or `Sequel`.
88

9-
109
## Installation
1110

1211
Add attr_encrypted to your gemfile:

lib/attr_encrypted/version.rb

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

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

0 commit comments

Comments
 (0)