From d7eadf7c305dd5333634c618661ea9b360575f15 Mon Sep 17 00:00:00 2001 From: Alex Reisner <alex@alexreisner.com> Date: Fri, 11 Jul 2014 13:27:19 -0400 Subject: [PATCH] Prepare for release of gem version 1.2.3. --- CHANGELOG.md | 5 +++++ lib/geocoder/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9fbf39f..277889de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ Changelog Major changes to Geocoder for each release. Please see the Git log for complete list of changes. +1.2.3 (2014 June 11) + +* Add Telize IP address lookup (thanks github.com/lukeroberts1990). +* Fix bug in Bing reverse geocoding (thanks github.com/nickelser). + 1.2.2 (2014 Jun 12) * Add ability to specify language per query (thanks github.com/mkristian). diff --git a/lib/geocoder/version.rb b/lib/geocoder/version.rb index aa59476b..a47b2421 100644 --- a/lib/geocoder/version.rb +++ b/lib/geocoder/version.rb @@ -1,3 +1,3 @@ module Geocoder - VERSION = "1.2.2" + VERSION = "1.2.3" end -- GitLab