We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f2cd8d commit 3a19effCopy full SHA for 3a19eff
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## master ##
+## 1.9.0 ##
2
* Store mail location in `Mail::Message` object (thanks [Jonathan Chan](https://github.com/jonmchan))
3
* Drop Ruby 2 support. Support only Ruby 3.0+
4
* Remove `nkf` gem dependency.
letter_opener.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "letter_opener"
- s.version = "1.8.1"
+ s.version = "1.9.0"
s.author = "Ryan Bates"
5
s.email = "ryan@railscasts.com"
6
s.homepage = "https://github.com/ryanb/letter_opener"
0 commit comments