File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
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
+
7
14
## 1.0.3 - 2020-04-14
8
15
### Added
9
16
- MatchService.applyMatchByGroups new service method to return groups of Matches.
Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ The library is published to maven central
207
207
<dependency>
208
208
<groupId>com.intuit.fuzzymatcher</groupId>
209
209
<artifactId>fuzzy-matcher</artifactId>
210
- <version>1.0.3 </version>
210
+ <version>1.0.4 </version>
211
211
</dependency>
212
212
```
213
213
You can’t perform that action at this time.
0 commit comments