@@ -9,6 +9,12 @@ Releases use the following numbering system:
***[BC]**: Items marked with [BC] indicate a breaking change that will require updates to your code if you are using that code in your extension.
## Release 1.3.3 (2025-01-06)
* Change ManagedEntity to update policy always (prevents conflicts with other extensions and fixes issues with them disappearing in certain circumstances).
* Fix regression on required checkbox fields.
* Fix JS crash if name is undefined.
## Release 1.3.2 (2024-10-13)
* Add check for webhooks stuck in processing status - if this is triggered something probably needs fixing manually.