Skip to content

Commit d3515db

Browse files
committed
Prepare for release of gem version 1.8.6.
1 parent 737d16f commit d3515db

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ Changelog
33

44
Major changes to Geocoder for each release. Please see the Git log for complete list of changes.
55

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+
611
1.8.5 (2024 Dec 18)
712
-------------------
813
* Fix bug when working with IPAddr objects (thanks github.com/ledermann and github.com/mattlemx).

lib/geocoder/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Geocoder
2-
VERSION = "1.8.5"
2+
VERSION = "1.8.6"
33
end

0 commit comments

Comments
 (0)