Skip to content

Commit

Permalink
1.05 version release updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhatia committed Oct 12, 2021
1 parent 666411c commit 933978f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.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

## 1.0.4 - 2020-11-09
### Added
- Support for `AGE` ElementType
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.4</version>
<version>1.0.5</version>
</dependency>
```

Expand Down

0 comments on commit 933978f

Please sign in to comment.