diff --git a/CHANGELOG.md b/CHANGELOG.md index 4aaaddf25..7e6c09408 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.2 (2023 Jul 4) +------------------- +* Add support for PC Miler lookup (thanks github.com/alexdean). +* Minor fixes for :maxmind_local, :esri, and :ban_data_gouv_fr lookups. + 1.8.1 (2022 Sep 23) ------------------- * Add support for IPBase lookup (thanks github.com/jonallured). diff --git a/lib/geocoder/version.rb b/lib/geocoder/version.rb index 418aab9ae..a248156de 100644 --- a/lib/geocoder/version.rb +++ b/lib/geocoder/version.rb @@ -1,3 +1,3 @@ module Geocoder - VERSION = "1.8.1" + VERSION = "1.8.2" end