Skip to content

Commit b70a222

Browse files
Release v0.3.0
1 parent 2f704d3 commit b70a222

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### Unreleased
1+
### 0.3.0
22

33
* Support Rails 7 - 8.1, drop support < 7
44
* Support Ruby 2.7 - 3.4 and 4.0, drop support < 2.7

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ GIT
1313
PATH
1414
remote: .
1515
specs:
16-
devise-encryptable (0.2.0)
16+
devise-encryptable (0.3.0)
1717
devise (>= 2.1.0)
1818

1919
GEM

lib/devise/encryptable/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Devise
22
module Encryptable
3-
VERSION = "0.2.0"
3+
VERSION = "0.3.0"
44
end
55
end

0 commit comments

Comments
 (0)