CMMN Variable event listener doesn't trigger when a variable is updated

Hello, I’m new with flowable and CMMN. I’m using version 6.7.2 with Spring Boot.
I’ve added to my case plan a variable event listener, and set it as repeatable, with change type “All”. The event listener is triggered when the variable is set on the case instance, but not when it is updated.
If I set the change type to “Create and Update”, the listener is never triggered.

Am I doing something wrong?
Thank you in advance

No, you’ve hit a bug that we’ve fixed recently, I believe. This will be fixed in the upcoming next release.

Ok I’ll wait for the next release, thanks!