Skip to content

Commit

Permalink
Prepare for release of gem version 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreisner committed Dec 4, 2011
1 parent 81f2ea0 commit 6bfb1bb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.rdoc
Expand Up @@ -2,6 +2,18 @@

Per-release changes to Geocoder.

== 1.1.0 (2011 Dec 3)

* A block passed to geocoded_by is now always executed, even if the geocoding service returns no results. This means you need to make sure you have results before trying to assign data to your object.
* Fix issues with joins and row counts (issues #49, 86, and 108) by not using GROUP BY clause with ActiveRecord scopes.
* Fix incorrect object ID when join used (fixes issue #140).
* Fix calculation of bounding box which spans 180th meridian (thanks github.com/hwuethrich).
* Add within_bounding_box scope for ActiveRecord-based models (thanks github.com/gavinhughes and dbloete).
* Add option to raise Geocoder::OverQueryLimitError for Google geocoding service.
* Add support for Nominatim geocoding service (thanks github.com/wranglerdriver).
* Add support for API key to Geocoder.ca geocoding service (thanks github.com/ryanLonac).
* Add support for state to Yandex results (thanks github.com/tipugin).

== 1.0.5 (2011 Oct 26)

* Fix error with `rake assets:precompile` (thanks github.com/Sush).
Expand Down
2 changes: 1 addition & 1 deletion lib/geocoder/version.rb
@@ -1,3 +1,3 @@
module Geocoder
VERSION = "1.0.5"
VERSION = "1.1.0"
end

0 comments on commit 6bfb1bb

Please sign in to comment.