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

Prepare for release of gem version 1.3.0.

parent 5e551f3a
No related branches found
Tags v1.3.0
No related merge requests found
......@@ -3,6 +3,13 @@ Changelog
Major changes to Geocoder for each release. Please see the Git log for complete list of changes.
1.3.0 (2016 Jan 31)
-------------------
* Lazy load lookups to reduce memory footprint (thanks github.com/TrangPham).
* Add :geoportail_lu lookup (Luxembourg only) (thanks github.com/mdebo).
* Maxmind local query performance improvement (thanks github.com/vojtad).
* Remove deprecated Mongo near query methods (please use Mongo-native methods instead).
1.2.14 (2015 Dec 27)
--------------------
* Fix bug in :geoip2 lookup (thanks github.com/mromulus).
......
module Geocoder
VERSION = "1.2.14"
VERSION = "1.3.0"
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