diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index 2f658ccf..e69de29b 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -1,3 +0,0 @@ -- Fix: do not search in entities collection with strict mode by non_signal checker (#793) -- Fix: do not try cast entity id and entity type in update rules when expand parameters of rule to avoid BadRequest en CB tries to update that entities (#791) -- Fix: do not invoke calback twice when error about trust not found in trustConf (#790) diff --git a/Changelog b/Changelog index b2a610e0..5ebdcb62 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,9 @@ +1.33.0 (July 29th, 2024) + +- Fix: do not search in entities collection with strict mode by non_signal checker (#793) +- Fix: do not try cast entity id and entity type in update rules when expand parameters of rule to avoid BadRequest en CB tries to update that entities (#791) +- Fix: do not invoke calback twice when error about trust not found in trustConf (#790) + 1.32.0 (June 13th, 2024) - Add: Send multiple sms when multiple destination in sms action diff --git a/package.json b/package.json index 36b3f5cb..8a54d753 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "perseo", "description": "IOT CEP front End", "license": "AGPL-3.0-only", - "version": "1.32.0-next", + "version": "1.33.0", "author": { "name": "crbrox", "email": "carlos.romerobrox@telefonica.com"