File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ 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.2.1 - 2023-08-03
8
+ ### Fixed
9
+ - Security fix for cve vulnerabilities
10
+ - Minor fixes for error logging and slf4j logging
11
+ - improved test coverage for custom tokenizers
12
+
7
13
## 1.2.0 - 2021-10-18
8
14
### Added
9
15
- Support for Java 11
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.2.0 </version>
210
+ <version>1.2.1 </version>
211
211
</dependency>
212
212
```
213
213
(Note: This requires java 11. For java 8 use version 1.1.x)
You can’t perform that action at this time.
0 commit comments