From fd824080bee5fbd18b84d5d42b0eae89497ab086 Mon Sep 17 00:00:00 2001 From: Alex Reisner <alex@alexreisner.com> Date: Thu, 10 Sep 2015 09:20:07 -0400 Subject: [PATCH] Prepare for release of gem version 1.2.11. --- CHANGELOG.md | 8 ++++++-- lib/geocoder/version.rb | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e77c5e21..47c641e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,12 @@ Changelog Major changes to Geocoder for each release. Please see the Git log for complete list of changes. -1.2.10 (2015 Aug 7) ------------------ +1.2.11 (2015 Sep 10) +-------------------- +* Fix load issue on Ruby 1.9.3. + +1.2.10 (2015 Sep 7) +------------------- * Force Yandex to use HTTPS (thanks github.com/donbobka). * Force :google to use HTTPS if API key set. * Fix out-of-the-box verbosity issues (GH #881). diff --git a/lib/geocoder/version.rb b/lib/geocoder/version.rb index e98a30df..24941b30 100644 --- a/lib/geocoder/version.rb +++ b/lib/geocoder/version.rb @@ -1,3 +1,3 @@ module Geocoder - VERSION = "1.2.10" + VERSION = "1.2.11" end -- GitLab