From 0f6aa6ed9116926580306dab71ca3389216ab8f4 Mon Sep 17 00:00:00 2001 From: Vincent Prigent Date: Mon, 24 Mar 2025 15:20:58 +1300 Subject: [PATCH] Prepare 1.15.0 release --- CHANGELOG.md | 3 ++- lib/addressfinder/version.rb | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b418eee..d9df754 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Addressfinder 1.15.0 (March 2025) # -* Automatically skip empty strings within Bulk verification +* Automatically skip empty strings within Batch verification +* Mark unverified addressses as false within Batch verification # Addressfinder 1.14.0 (February 2025) # diff --git a/lib/addressfinder/version.rb b/lib/addressfinder/version.rb index 8e8bdba..fb69b5b 100644 --- a/lib/addressfinder/version.rb +++ b/lib/addressfinder/version.rb @@ -1,3 +1,3 @@ module AddressFinder - VERSION = "1.14.0" + VERSION = "1.15.0" end