From 1cee19d2704eb0f5890e9e1177ef2963456ab7cb Mon Sep 17 00:00:00 2001 From: Nigel Ramsay Date: Thu, 9 May 2024 15:00:51 +1200 Subject: [PATCH] prepare for v1.12.0 (#37) * prepare for v1.12.0 * typo fix --- CHANGELOG.md | 5 +++++ lib/addressfinder/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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