Skip to content

Commit

Permalink
updates to readme and changelog for 0.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
manishobhatia committed Jul 3, 2019
1 parent bc056dd commit 39fe9c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ The library is pusblished to maven central
<dependency>
<groupId>com.intuit.fuzzymatcher</groupId>
<artifactId>fuzzy-matcher</artifactId>
<version>0.4.0</version>
<version>0.4.1</version>
</dependency>
```

Expand Down

0 comments on commit 39fe9c6

Please sign in to comment.