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 cdbcc8d commit 134eacbCopy full SHA for 134eacb
CHANGELOG.md
@@ -3,6 +3,11 @@ Changelog
3
4
Major changes to Geocoder for each release. Please see the Git log for complete list of changes.
5
6
+1.8.4 (2024 Dec 4)
7
+-------------------
8
+* Add support for Azure lookup (thanks github.com/AhlOct).
9
+* Several fixes for Mapbox and Bing lookups (thanks github.com/tmh-dev and github.com/iBlackShadow).
10
+
11
1.8.3 (2024 May 2)
12
-------------------
13
* Add support for IP2Location LITE lookup (thanks github.com/ip2location).
lib/geocoder/version.rb
@@ -1,3 +1,3 @@
1
module Geocoder
2
- VERSION = "1.8.3"
+ VERSION = "1.8.4"
end
0 commit comments