CHANGES.md in twilio-ruby-5.69.0 vs CHANGES.md in twilio-ruby-5.70.0

- old
+ new

@@ -1,8 +1,22 @@ twilio-ruby changelog ===================== +[2022-07-21] Version 5.70.0 +--------------------------- +**Flex** +- Add `status`, `error_code`, and `error_message` fields to Interaction `Channel` +- Adding `messenger` and `gbm` as supported channels for Interactions API + +**Messaging** +- Update alpha_sender docs with new valid characters + +**Verify** +- Reorder Verification Check parameters so `code` stays as the first parameter **(breaking change)** +- Rollback List Attempts API V2 back to pilot stage. + + [2022-07-13] Version 5.69.0 --------------------------- **Library - Fix** - [PR #612](https://github.com/twilio/twilio-ruby/pull/612): useragent regrex unit test for RC branch. Thanks to [@claudiachua](https://github.com/claudiachua)! @@ -18,10 +32,10 @@ **Supersim** - Add support for `sim_ip_addresses` resource to helper libraries **Verify** - Changed summary param `service_sid` to `verify_service_sid` to be consistent with list attempts API **(breaking change)** -- Make `code` optional on Verification check to support `sna` attempts. +- Make `code` optional on Verification check to support `sna` attempts. **(breaking change)** [2022-06-29] Version 5.68.0 --------------------------- **Api**