From a2afdec5c0762cddef9f0ae4cb479ab415b84307 Mon Sep 17 00:00:00 2001
From: Alex Reisner <alex@alexreisner.com>
Date: Fri, 23 Oct 2009 19:32:41 -0400
Subject: [PATCH] Update changelog and bump to gem version 0.8.4.

---
 CHANGELOG.rdoc         | 4 ++++
 VERSION                | 2 +-
 rails-geocoder.gemspec | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc
index b74aac75..0b8cfa4b 100644
--- a/CHANGELOG.rdoc
+++ b/CHANGELOG.rdoc
@@ -2,6 +2,10 @@
 
 Per-release changes to Geocoder.
 
+== 0.8.4 (2009 Oct 23)
+
+* Deprecate <tt>find_near</tt> class method in favor of +near+ named scope.
+
 == 0.8.3 (2009 Oct 23)
 
 * Update Google URL query string parameter to reflect recent changes in Google's API.
diff --git a/VERSION b/VERSION
index ee94dd83..b60d7196 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.8.3
+0.8.4
diff --git a/rails-geocoder.gemspec b/rails-geocoder.gemspec
index 0d4a0131..70c57a35 100644
--- a/rails-geocoder.gemspec
+++ b/rails-geocoder.gemspec
@@ -5,7 +5,7 @@
 
 Gem::Specification.new do |s|
   s.name = %q{rails-geocoder}
-  s.version = "0.8.3"
+  s.version = "0.8.4"
 
   s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
   s.authors = ["Alex Reisner"]
-- 
GitLab