diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e0cdad..5c17597 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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). +## 0.4.1 - 2019-07-03 +### Fixed +- Reduced memory footprint by removing tokens not meeting match threshold + ## 0.4.0 - 2019-04-19 ### Added - Element Variance. This allows multiple ElementTypes to be added in same document. Addresses [issue](https://github.com/intuit/fuzzy-matcher/issues/1) diff --git a/README.md b/README.md index fd7eb20..af5f4df 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ The library is pusblished to maven central com.intuit.fuzzymatcher fuzzy-matcher - 0.4.0 + 0.4.1 ```