From 30ed0ccb25d323cf4309c7a972ed6bdabd129d64 Mon Sep 17 00:00:00 2001 From: AlexJoom Date: Thu, 14 Sep 2023 12:45:54 +0300 Subject: [PATCH] fix merge on History.rst --- HISTORY.rst | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 091e81d..43685ad 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,22 +2,16 @@ History ======= -------------------- -1.0.11 (2023-09-12) -------------------- -* Bug fix on validation pipeline. Take into account that domainName may not be present in the service description (aefProfile) -* Requirements file has been updated to remove package conflicts. Also, deploy yaml has been updated for better debugging issues. - ------------------- 1.0.12 (2023-09-14) ------------------- * Minor improvement on validation pipeline. On tests related with TSN allow the PORT to be Null in the constructor of the TSNManager class. If so, don't add the port when constructing the tsn endpoint url - ------------------- 1.0.11 (2023-09-12) ------------------- * Bug fix on validation pipeline. Take into account that domainName may not be present in the service description (aefProfile) +* Requirements file has been updated to remove package conflicts. Also, deploy yaml has been updated for better debugging issues. ------------------- 1.0.10 (2023-09-11)