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

Prepare for release of gem version 1.3.7.

parent c3b3afb9
No related branches found
Tags v1.3.7
No related merge requests found
...@@ -3,6 +3,12 @@ Changelog ...@@ -3,6 +3,12 @@ Changelog
Major changes to Geocoder for each release. Please see the Git log for complete list of changes. Major changes to Geocoder for each release. Please see the Git log for complete list of changes.
1.3.7 (2016 Jun 9)
-------------------
* Fix Ruby 1.9, 2.0 incompatibility (thanks github.com/ebouchut).
* Update SmartyStreets zipcode API endpoint (thanks github.com/jeffects).
* Catch network errors (thanks github.com/sas1ni69).
1.3.6 (2016 May 31) 1.3.6 (2016 May 31)
------------------- -------------------
* Fix Sinatra support broken in 1.3.5. * Fix Sinatra support broken in 1.3.5.
......
module Geocoder module Geocoder
VERSION = "1.3.6" VERSION = "1.3.7"
end 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