diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e6c09408..684c0eb67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ Changelog Major changes to Geocoder for each release. Please see the Git log for complete list of changes. +1.8.3 (2024 May 2) +------------------- +* Add support for IP2Location LITE lookup (thanks github.com/ip2location). +* Add support for PDOK NL lookup (thanks github.com/opensourceame). +* Remove support for Data Science Toolkit lookup (defunct). + 1.8.2 (2023 Jul 4) ------------------- * Add support for PC Miler lookup (thanks github.com/alexdean). diff --git a/lib/geocoder/version.rb b/lib/geocoder/version.rb index a248156de..96f9528e9 100644 --- a/lib/geocoder/version.rb +++ b/lib/geocoder/version.rb @@ -1,3 +1,3 @@ module Geocoder - VERSION = "1.8.2" + VERSION = "1.8.3" end