Skip to content

Commit

Permalink
Bump version to 1.7.0
Browse files Browse the repository at this point in the history
Only switching to my fork of the mandrill-api gem called mandrillus
(for Mandrillus Sphinx, the latin name for Mandrill) which is so far
an identical clone of the existing gem with a loose version dependency
on the json gem (< 3.0) which should allow for users of mandrill_mailer
to upgrade to a non-archaic json gem.
  • Loading branch information
olivierlacan committed Oct 6, 2018
1 parent d15e361 commit 3a552e5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 1.7.0 - 2018-10-06
- Switch to mandrillus fork of the mandrill-api gem to allow for newer
json gem support

## 1.6.0 - 2017-03-23
- Add support for attaching unencoded content via @brunomperes

Expand Down
2 changes: 1 addition & 1 deletion lib/mandrill_mailer/version.rb
@@ -1,3 +1,3 @@
module MandrillMailer
VERSION = "1.6.0"
VERSION = "1.7.0"
end
2 changes: 1 addition & 1 deletion mandrill_mailer.gemspec
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
s.add_dependency 'activesupport'
s.add_dependency 'actionpack'
s.add_dependency 'activejob'
s.add_runtime_dependency 'mandrill-api', '~> 1.0.9'
s.add_runtime_dependency 'mandrillus', '~> 2.0.0'

s.add_development_dependency 'pry'
s.add_development_dependency 'rspec'
Expand Down

1 comment on commit 3a552e5

@mathieujobin
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you

Please sign in to comment.