diff --git a/CHANGELOG.md b/CHANGELOG.md index 6556e90..1cbd82b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.3.6] - 2023-05-19 + +### Fixed + +- Skip records with empty streets _after_ normalization. + ## [1.3.5] - 2023-05-18 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 1a5bcda..2a05063 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -794,7 +794,7 @@ dependencies = [ [[package]] name = "geocode-csv" -version = "1.3.5" +version = "1.3.6" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 06b18ca..526bd06 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "geocode-csv" -version = "1.3.5" +version = "1.3.6" authors = ["Eric Kidd "] edition = "2018"