diff --git a/CHANGELOG.md b/CHANGELOG.md index e77c5e21a5e9376dd245613f3583431ab40d2efa..47c641e44517f5470a6bc86a44d60e57daa6243f 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 e98a30dfe1c620b3907604f44de3e25af2c2fdb9..24941b30d126b89948aa803a56f6897668124d61 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