diff --git a/CHANGELOG.md b/CHANGELOG.md
index d9fbf39ffbf63ac1ec123e8945c01c07077c8466..277889dec50982c5957a4c3b1909842b131a40a1 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 aa59476ba6bfa3c25fa6893694f0d806c8682fac..a47b2421dc8e3239b8857b26eca21bf07b8e6d73 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