From ccef1ff8bcae2021c8a450e51b98399683c4d3fc Mon Sep 17 00:00:00 2001 From: Alvaro Vega Date: Wed, 19 Jun 2024 11:10:05 +0200 Subject: [PATCH] Update CNR --- CHANGES_NEXT_RELEASE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index ec02c0f8c..78dc1831a 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -1,2 +1,2 @@ -[cygnus-ngsi] [mongo-sink] Add mongo_ssl, mongo_ssl_invalid_host_allowed, mongo_ssl_keystore_path_file options for mongoDB connections -[cygnus-common] [mongo-backend] Use sslEnabled, sslInvalidHostNameAllowed and sslKeystorePathFile options for mongoDB connections +[cygnus-ngsi] [mongo-sink] Add mongo_ssl, mongo_ssl_invalid_host_allowed, mongo_ssl_keystore_path_file and mongo_ssl_keystore_password options for mongoDB connections +[cygnus-common] [mongo-backend] Use sslEnabled, sslInvalidHostNameAllowed, sslKeystorePathFile and sslKeystorePassword options for mongoDB connections