From ffe02eaa2f33a3fee26f88bb8afb4da6f4bb5dc3 Mon Sep 17 00:00:00 2001 From: Magnus Bergmark Date: Tue, 13 Dec 2011 11:05:50 +0100 Subject: [PATCH] Bump version to 2.2.0 --- Changelog.md | 8 +++++++- Gemfile.lock | 2 +- lib/roadie/version.rb | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) 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