From 6ded87ff10ff7838be90daf3a065e22abb6b3aaf Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Mon, 14 Mar 2022 13:25:37 +0200 Subject: [PATCH] Prepare changelog for 7.1.1 release. --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97f7403..0181fa9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,14 @@ ### Contributors +## [7.1.1](https://github.com/ISibboI/evalexpr/compare/7.1.1...7.1.1) - 2022-03-14 + +### Fixed + + * Set regex minimum version to `1.5.5`, as the previous versions contains a security vulnerability. + See https://groups.google.com/g/rustlang-security-announcements/c/NcNNL1Jq7Yw?pli=1. + This vulnerability does not affect this crate as of now, but if we ever allow passing parameters to the regex engine, it might. + ## [7.1.0](https://github.com/ISibboI/evalexpr/compare/7.0.1...7.1.0) - 2022-03-13 ### Added