Skip to content

Commit 9a877f9

Browse files
author
mbhatia
committed
readme and changelog for 1.0.4 release
1 parent 4c1beeb commit 9a877f9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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.4 - 2020-11-09
8+
### Added
9+
- Support for `AGE` ElementType
10+
11+
### Fixed
12+
- Security fixes and updates on dependent libraries
13+
714
## 1.0.3 - 2020-04-14
815
### Added
916
- MatchService.applyMatchByGroups new service method to return groups of Matches.

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.3</version>
210+
<version>1.0.4</version>
211211
</dependency>
212212
```
213213

0 commit comments

Comments
 (0)