Skip to content

Commit 933978f

Browse files
author
mbhatia
committed
1.05 version release updates
1 parent 666411c commit 933978f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 1.0.5 - 2021-10-12
8+
9+
### Fixed
10+
- DateMatch with NeighborhoodRange greater than 0.9 https://github.com/intuit/fuzzy-matcher/issues/35
11+
- Security fixes and updates on dependent libraries
12+
713
## 1.0.4 - 2020-11-09
814
### Added
915
- Support for `AGE` ElementType

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ The library is published to maven central
207207
<dependency>
208208
<groupId>com.intuit.fuzzymatcher</groupId>
209209
<artifactId>fuzzy-matcher</artifactId>
210-
<version>1.0.4</version>
210+
<version>1.0.5</version>
211211
</dependency>
212212
```
213213

0 commit comments

Comments
 (0)