From 1c77c253cde1ebc48850f5005f623ea5a92fc048 Mon Sep 17 00:00:00 2001 From: Alex Reisner <alex@alexreisner.com> Date: Sun, 21 Apr 2013 11:03:45 -0400 Subject: [PATCH] Prepare for release of gem version 1.1.7. --- CHANGELOG.md | 16 +++++++++++++++- lib/geocoder/version.rb | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d997762..0cd74313 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 d56eefe6..6b209218 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 -- GitLab