Skip to content

Commit 27ee31a

Browse files
committed
Prepare for release of gem version 1.8.5
1 parent 05ff71a commit 27ee31a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ Changelog
33

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

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+
610
1.8.4 (2024 Dec 4)
711
-------------------
812
* Add support for Azure lookup (thanks github.com/AhlOct).

lib/geocoder/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Geocoder
2-
VERSION = "1.8.4"
2+
VERSION = "1.8.5"
33
end

0 commit comments

Comments
 (0)