Skip to content

Commit

Permalink
changelog updates for release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Manish Bhatia committed Aug 3, 2023
1 parent 37bb328 commit b2883ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 1.2.1 - 2023-08-03
### Fixed
- Security fix for cve vulnerabilities
- Minor fixes for error logging and slf4j logging
- improved test coverage for custom tokenizers

## 1.2.0 - 2021-10-18
### Added
- Support for Java 11
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ The library is published to maven central
<dependency>
<groupId>com.intuit.fuzzymatcher</groupId>
<artifactId>fuzzy-matcher</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
</dependency>
```
(Note: This requires java 11. For java 8 use version 1.1.x)
Expand Down

0 comments on commit b2883ab

Please sign in to comment.