CHANGES.md in twilio-ruby-5.71.0 vs CHANGES.md in twilio-ruby-5.72.0
- old
+ new
@@ -1,7 +1,26 @@
twilio-ruby changelog
=====================
+[2022-09-07] Version 5.72.0
+---------------------------
+**Flex**
+- Removed redundant `close` status from Flex Interactions flow **(breaking change)**
+- Adding `debugger_integration` and `flex_ui_status_report` to Flex Configuration
+
+**Messaging**
+- Add create, list and get tollfree verification API
+
+**Verify**
+- Verify SafeList API endpoints added.
+
+**Video**
+- Add `Anonymize` API
+
+**Twiml**
+- Update `event` value `call-in-progress` to `call-answered`
+
+
[2022-08-24] Version 5.71.0
---------------------------
**Library - Test**
- [PR #615](https://github.com/twilio/twilio-ruby/pull/615): add test-docker rule. Thanks to [@beebzz](https://github.com/beebzz)!