Skip to content

Commit b2883ab

Browse files
author
Manish Bhatia
committed
changelog updates for release 1.2.1
1 parent 37bb328 commit b2883ab

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.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+
713
## 1.2.0 - 2021-10-18
814
### Added
915
- Support for Java 11

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.2.0</version>
210+
<version>1.2.1</version>
211211
</dependency>
212212
```
213213
(Note: This requires java 11. For java 8 use version 1.1.x)

0 commit comments

Comments
 (0)