diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d99776237bd87d18dd7f52c9cf60f8ad9d36747..0cd74313e24485bdad3d114d69475b3d32e7fe9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,21 @@ Changelog ========= -Per-release changes to Geocoder. +Per-release changes to Geocoder. Note that only major changes are summarized here. Please see the Git log for all changes. + +1.1.7 (2013 Apr 21) +------------------- + +* Add support for Ovi/Nokia API (thanks github.com/datenimperator). +* Add support for ESRI API (thanks github.com/rpepato). +* Add ability to omit distance and bearing from SQL select clause (thanks github.com/nicolasdespres). +* Add support for caches that use read/write methods (thanks github.com/eskil). +* Add support for nautical miles (thanks github.com/vanboom). +* Fix: bug in parsing of MaxMind responses. +* Fix: bugs in query regular expressions (thanks github.com/boone). +* Fix: various bugs in MaxMind implementation. +* Fix: don't require a key for MapQuest. +* Fix: bug in handling of HTTP_X_FORWARDED_FOR header (thanks github.com/robdimarco). 1.1.6 (2012 Dec 24) ------------------- diff --git a/lib/geocoder/version.rb b/lib/geocoder/version.rb index d56eefe6333abacfe9e1b7bdd8f611f45dc7e536..6b209218b63836f9feb2140e646a9ec9a7363fa3 100644 --- a/lib/geocoder/version.rb +++ b/lib/geocoder/version.rb @@ -1,3 +1,3 @@ module Geocoder - VERSION = "1.1.6" + VERSION = "1.1.7" end