diff --git a/CHANGELOG.md b/CHANGELOG.md index 684c0eb67..bed53b0f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ Changelog Major changes to Geocoder for each release. Please see the Git log for complete list of changes. +1.8.4 (2024 Dec 4) +------------------- +* Add support for Azure lookup (thanks github.com/AhlOct). +* Several fixes for Mapbox and Bing lookups (thanks github.com/tmh-dev and github.com/iBlackShadow). + 1.8.3 (2024 May 2) ------------------- * Add support for IP2Location LITE lookup (thanks github.com/ip2location). diff --git a/lib/geocoder/version.rb b/lib/geocoder/version.rb index 96f9528e9..2557eac45 100644 --- a/lib/geocoder/version.rb +++ b/lib/geocoder/version.rb @@ -1,3 +1,3 @@ module Geocoder - VERSION = "1.8.3" + VERSION = "1.8.4" end