CHANGES.md in twilio-ruby-5.43.0 vs CHANGES.md in twilio-ruby-5.44.0
- old
+ new
@@ -1,7 +1,24 @@
twilio-ruby changelog
=====================
+[2020-12-02] Version 5.44.0
+---------------------------
+**Api**
+- Remove `RecordingTrack` parameter for create calls, create participants, and create call recordings **(breaking change)**
+- Added `RecordingTrack` parameter for create calls and create call recordings
+- Add optional property `recording_track` in the participant create request
+
+**Lookups**
+- Changed `caller_name` and `carrier` properties type to object **(breaking change)**
+
+**Trunking**
+- Added dual channel recording options for Trunks.
+
+**Twiml**
+- Add `jitterBufferSize` and `participantLabel` to `Conference`.
+
+
[2020-11-18] Version 5.43.0
---------------------------
**Library - Feature**
- [PR #538](https://github.com/twilio/twilio-ruby/pull/538): adding http logging for ruby. Thanks to [@shwetha-manvinkurke](https://github.com/shwetha-manvinkurke)!