We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7318823 commit 9114040Copy full SHA for 9114040
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.8.3 (2024 May 2)
7
+-------------------
8
+* Add support for IP2Location LITE lookup (thanks github.com/ip2location).
9
+* Add support for PDOK NL lookup (thanks github.com/opensourceame).
10
+* Remove support for Data Science Toolkit lookup (defunct).
11
+
12
1.8.2 (2023 Jul 4)
13
-------------------
14
* Add support for PC Miler lookup (thanks github.com/alexdean).
lib/geocoder/version.rb
@@ -1,3 +1,3 @@
1
module Geocoder
2
- VERSION = "1.8.2"
+ VERSION = "1.8.3"
end
0 commit comments