Skip to content

Commit

Permalink
Bump to v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Mar 3, 2019
1 parent 15a371c commit 52151e0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v2.2.1

Fixes support for Rails <5.2 (regression introduced in v2.2.0).

## v2.2.0

Adds CSP nonce to inline script tags if CSP is enabled on Rails v5.2+.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ REP comes with two themes: a simple standalone theme, and a theme that uses [Boo
Add [![Gem Version][gem-badge]][gem] to Gemfile:

```ruby
gem 'rails_email_preview', '~> 2.2.0'
gem 'rails_email_preview', '~> 2.2.1'
```

Add an initializer and the routes:
Expand Down
2 changes: 1 addition & 1 deletion lib/rails_email_preview/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RailsEmailPreview
VERSION = '2.2.0'
VERSION = '2.2.1'
end

0 comments on commit 52151e0

Please sign in to comment.