CHANGES.md in twilio-ruby-5.73.0 vs CHANGES.md in twilio-ruby-5.73.1

- old
+ new

@@ -1,7 +1,27 @@ twilio-ruby changelog ===================== +[2022-10-31] Version 5.73.1 +--------------------------- +**Api** +- Added `contentSid` and `contentVariables` to Message resource with public visibility as Beta +- Add `UserDefinedMessageSubscription` and `UserDefinedMessage` resource + +**Proxy** +- Remove FailOnParticipantConflict param from Proxy Session create and update and Proxy Participant create + +**Supersim** +- Update SettingsUpdates resource to remove PackageSid + +**Taskrouter** +- Add `Ordering` query parameter to Workers and TaskQueues for sorting by +- Add `worker_sid` query param for list reservations endpoint + +**Twiml** +- Add `url` and `method` attributes to `<Conversation>` + + [2022-10-19] Version 5.73.0 --------------------------- **Library - Feature** - [PR #619](https://github.com/twilio/twilio-ruby/pull/619): check numeric properties for nil before converting. Thanks to [@childish-sambino](https://github.com/childish-sambino)!