diff --git a/CHANGELOG.md b/CHANGELOG.md index d2171110e..5e835b942 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ Changelog Major changes to Geocoder for each release. Please see the Git log for complete list of changes. +1.7.3 (2022 Jan 17) +------------------- +* Get rid of unnecessary cache_prefix deprecation warnings. + 1.7.2 (2022 Jan 2) ------------------- * Fix uninitialized constant error (occurring on some systems with v1.7.1). diff --git a/lib/geocoder/version.rb b/lib/geocoder/version.rb index 2bb0a7265..fe57aa437 100644 --- a/lib/geocoder/version.rb +++ b/lib/geocoder/version.rb @@ -1,3 +1,3 @@ module Geocoder - VERSION = "1.7.2" + VERSION = "1.7.3" end