We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 737d16f commit d3515dbCopy full SHA for d3515db
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.6 (2025 Sep 21)
7
+-------------------
8
+* Add support for IPInfo Lite lookup (thanks github.com/iltempo).
9
+* Various minor fixes and improvements.
10
+
11
1.8.5 (2024 Dec 18)
12
-------------------
13
* Fix bug when working with IPAddr objects (thanks github.com/ledermann and github.com/mattlemx).
lib/geocoder/version.rb
@@ -1,3 +1,3 @@
1
module Geocoder
2
- VERSION = "1.8.5"
+ VERSION = "1.8.6"
end
0 commit comments