Skip to content
Snippets Groups Projects
Commit 37525b3b authored by Alex Reisner's avatar Alex Reisner
Browse files

Prepare for release of gem version 1.2.2.

parent e459d92d
No related branches found
Tags v1.2.2
No related merge requests found
......@@ -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)
-------------------
......
module Geocoder
VERSION = "1.2.1"
VERSION = "1.2.2"
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment