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