Skip to content

Commit

Permalink
Bump to v2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Jan 10, 2023
1 parent 1b99ce0 commit 4c81b48
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v2.2.3

* Fixes Rails 7 compatibility.
[#88](https://github.com/glebm/rails_email_preview/pull/88)
[#90](https://github.com/glebm/rails_email_preview/issues/90)

## v2.2.2

1. Fixes deprecation warnings on Rails 6.
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.2'
gem 'rails_email_preview', '~> 2.2.3'
```

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.2'
VERSION = '2.2.3'
end

0 comments on commit 4c81b48

Please sign in to comment.