Skip to content

Commit

Permalink
1.1.0 version release updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhatia committed Oct 18, 2021
1 parent 0d7b9d8 commit 77eae5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ 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.0.5 - 2021-10-12
## 1.1.0 - 2021-10-18
### Added
- Support for chaining multiple Tokenizers using `chainTokenizers` function

## 1.0.5 - 2021-10-12
### Fixed
- DateMatch with NeighborhoodRange greater than 0.9 https://github.com/intuit/fuzzy-matcher/issues/35
- Security fixes and updates on dependent libraries
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ The library is published to maven central
<dependency>
<groupId>com.intuit.fuzzymatcher</groupId>
<artifactId>fuzzy-matcher</artifactId>
<version>1.0.5</version>
<version>1.1.0</version>
</dependency>
```

Expand Down

0 comments on commit 77eae5e

Please sign in to comment.