From bbcbef30105a0bc6679378cdc7f04fb350259498 Mon Sep 17 00:00:00 2001 From: Ivan Kanakarakis Date: Fri, 4 Mar 2022 19:09:05 +0200 Subject: [PATCH] Release version 7.1.2 Signed-off-by: Ivan Kanakarakis --- CHANGELOG.md | 8 ++++++++ VERSION | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbc40ace7..2c436ee75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog +## 7.1.2 (2022-03-04) + +- fix assertion policy filter to try to resolve the local_name using the friendly name if it failed with the name_format +- reload metadata in-place to avoid memory leak +- tests: Restrict pymongo to v3 +- docs: highlight installation command + + ## 7.1.1 (2022-02-22) - Process and verify the metadata signature for EntitiesDescriptor and EntityDescriptor diff --git a/VERSION b/VERSION index 21c8c7b46..a8a188756 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.1.1 +7.1.2