Skip to content

Commit db82a31

Browse files
committed
Update change log and bump version
1 parent a7eb926 commit db82a31

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ Add this gem to your Gemfile, remove `config/initializers/secret_token.rb` and c
2222

2323
## Changelog
2424

25+
### 1.0.2
26+
27+
* Add support for Rails 3.2.x
28+
29+
* Include instance methods before configuration begins so that it's available in environment configuration
30+
2531
### 1.0.1
2632

2733
* Include instance methods before initialization begins so that it's available in all initializers

lib/rails/secrets/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Rails
22
module Secrets
3-
VERSION = "1.0.1"
3+
VERSION = "1.0.2"
44
end
55
end

0 commit comments

Comments
 (0)