CHANGES.md in twilio-ruby-7.2.0 vs CHANGES.md in twilio-ruby-7.2.1
- old
+ new
@@ -1,7 +1,26 @@
twilio-ruby changelog
=====================
+[2024-06-27] Version 7.2.1
+--------------------------
+**Api**
+- Add `transcription` resource
+- Add beta feature request managed cert
+
+**Flex**
+- Changed mount name for flex_team v2 api
+
+**Intelligence**
+- Add `X-Rate-Limit-Limit`, `X-Rate-Limit-Remaining`, and `X-Rate-Limit-Config` as Response Headers to Operator resources
+
+**Numbers**
+- Added include_constraints query parameter to the Regulations API
+
+**Twiml**
+- Add support for `<Transcription>` noun
+
+
[2024-06-18] Version 7.2.0
--------------------------
**Library - Chore**
- [PR #723](https://github.com/twilio/twilio-ruby/pull/723): adding contentType in post and put. Thanks to [@tiwarishubham635](https://github.com/tiwarishubham635)!