diff --git a/Changelog.md b/Changelog.md index e863ecd..0977040 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,12 @@ ### dev -[full changelog](https://github.com/Mange/roadie/compare/v2.1.0...master) +[full changelog](https://github.com/Mange/roadie/compare/v2.2.0...master) + +* Nothing yet + +### 2.2.0 + +[full changelog](https://github.com/Mange/roadie/compare/v2.1.0...v2.2.0) * Enhancements: * Support for the `url_options` method inside mailer instances diff --git a/Gemfile.lock b/Gemfile.lock index 84b8124..0d5c920 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - roadie (2.1.0) + roadie (2.2.0) actionmailer (~> 3.1.0) css_parser nokogiri (>= 1.4.4) diff --git a/lib/roadie/version.rb b/lib/roadie/version.rb index 47ba685..7533153 100644 --- a/lib/roadie/version.rb +++ b/lib/roadie/version.rb @@ -1,3 +1,3 @@ module Roadie - VERSION = '2.1.0' + VERSION = '2.2.0' end