From 37525b3bd624e2ef727330541bea6459e9c0bd82 Mon Sep 17 00:00:00 2001 From: Alex Reisner <alex@alexreisner.com> Date: Thu, 12 Jun 2014 21:07:06 -0400 Subject: [PATCH] Prepare for release of gem version 1.2.2. --- CHANGELOG.md | 6 ++++++ lib/geocoder/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 590e8537..d9fbf39f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ Changelog Major changes to Geocoder for each release. Please see the Git log for complete list of changes. +1.2.2 (2014 Jun 12) + +* Add ability to specify language per query (thanks github.com/mkristian). +* Handle Errno::ECONNREFUSED exceptions like TimeoutError exceptions. +* Switch to 'unstructured' query format for Bing API (thanks github.com/lukewendling). + 1.2.1 (2014 May 12) ------------------- diff --git a/lib/geocoder/version.rb b/lib/geocoder/version.rb index 3af14d46..aa59476b 100644 --- a/lib/geocoder/version.rb +++ b/lib/geocoder/version.rb @@ -1,3 +1,3 @@ module Geocoder - VERSION = "1.2.1" + VERSION = "1.2.2" end -- GitLab