Skip to content

Commit 134eacb

Browse files
committed
Prepare for release of gem version 1.8.4
1 parent cdbcc8d commit 134eacb

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.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+
611
1.8.3 (2024 May 2)
712
-------------------
813
* Add support for IP2Location LITE lookup (thanks github.com/ip2location).

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.3"
2+
VERSION = "1.8.4"
33
end

0 commit comments

Comments
 (0)