Skip to content

Commit

Permalink
Prepare for release of gem version 1.6.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreisner committed Mar 17, 2020
1 parent 5c41aa8 commit 8956162
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ Changelog

Major changes to Geocoder for each release. Please see the Git log for complete list of changes.

1.6.2 (2020 Mar 16)
-------------------
* Add support for :nationaal_georegister_nl lookup (thanks github.com/opensourceame).
* Add support for :uk_ordnance_survey_names lookup (thanks github.com/pezholio).
* Refactor and fix bugs in Yandex lookup (thanks github.com/iarie and stereodenis).

1.6.1 (2020 Jan 23)
-------------------
* Sanitize lat/lon values passed to within_bounding_box to prevent SQL injection.
Expand Down
2 changes: 1 addition & 1 deletion lib/geocoder/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Geocoder
VERSION = "1.6.1"
VERSION = "1.6.2"
end

0 comments on commit 8956162

Please sign in to comment.