diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ed4d26..10601e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# Addressfinder 1.12.0 (May 2024) # + +* Add a batch capability with concurrency for Address Verification +* Include a demo that shows address verification of a CSV file + # Addressfinder 1.11.0 (May 2024) # * Add a batch capability with concurrency for Email Verification diff --git a/lib/addressfinder/version.rb b/lib/addressfinder/version.rb index 5eda0e3..139cad8 100644 --- a/lib/addressfinder/version.rb +++ b/lib/addressfinder/version.rb @@ -1,3 +1,3 @@ module AddressFinder - VERSION = "1.11.0" + VERSION = "1.12.0" end