Skip to content

Commit 8956162

Browse files
committed
Prepare for release of gem version 1.6.2.
1 parent 5c41aa8 commit 8956162

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ Changelog
33

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

6+
1.6.2 (2020 Mar 16)
7+
-------------------
8+
* Add support for :nationaal_georegister_nl lookup (thanks github.com/opensourceame).
9+
* Add support for :uk_ordnance_survey_names lookup (thanks github.com/pezholio).
10+
* Refactor and fix bugs in Yandex lookup (thanks github.com/iarie and stereodenis).
11+
612
1.6.1 (2020 Jan 23)
713
-------------------
814
* Sanitize lat/lon values passed to within_bounding_box to prevent SQL injection.

lib/geocoder/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Geocoder
2-
VERSION = "1.6.1"
2+
VERSION = "1.6.2"
33
end

0 commit comments

Comments
 (0)