We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05ff71a commit 27ee31aCopy full SHA for 27ee31a
CHANGELOG.md
@@ -3,6 +3,10 @@ Changelog
3
4
Major changes to Geocoder for each release. Please see the Git log for complete list of changes.
5
6
+1.8.5 (2024 Dec 18)
7
+-------------------
8
+* Fix bug when working with IPAddr objects (thanks github.com/ledermann and github.com/mattlemx).
9
+
10
1.8.4 (2024 Dec 4)
11
-------------------
12
* Add support for Azure lookup (thanks github.com/AhlOct).
lib/geocoder/version.rb
@@ -1,3 +1,3 @@
1
module Geocoder
2
- VERSION = "1.8.4"
+ VERSION = "1.8.5"
end
0 commit comments