@@ -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.2.16 (2023-10-16)
**You MUST update to this version if running CiviCRM 5.66 otherwise webhooks will stop working**
* Fix message field should not be required (CiviCRM core enforces required fields for API4 from 5.66).
* Cleanup custom fields.
## Release 1.2.15 (2023-09-10)
* Fix [civicrm-core/#4553](https://lab.civicrm.org/dev/core/-/issues/4553) getBillingEmail() function causes fatal error when email is not passed in correctly.