We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c41aa8 commit 8956162Copy full SHA for 8956162
CHANGELOG.md
@@ -3,6 +3,12 @@ Changelog
3
4
Major changes to Geocoder for each release. Please see the Git log for complete list of changes.
5
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
+
12
1.6.1 (2020 Jan 23)
13
-------------------
14
* Sanitize lat/lon values passed to within_bounding_box to prevent SQL injection.
lib/geocoder/version.rb
@@ -1,3 +1,3 @@
1
module Geocoder
2
- VERSION = "1.6.1"
+ VERSION = "1.6.2"
end
0 commit comments