CHANGES.md in twilio-ruby-5.20.0 vs CHANGES.md in twilio-ruby-5.20.1
- old
+ new
@@ -1,7 +1,29 @@
twilio-ruby changelog
=====================
+[2019-02-15] Version 5.20.1
+----------------------------
+**Library**
+- PR #438: Add a Ruby inspect method to Context classes. Thanks to @childish-sambino!
+
+**Api**
+- Add `force_opt_in` optional param to Messages create request
+- Add agent conference category to usage records
+
+**Flex**
+- First public release
+
+**Taskrouter**
+- Adding `reject_pending_reservations` to worker update endpoint
+- Added `event_date_ms` and `worker_time_in_previous_activity_ms` to Events API response
+- Add ability to filter events by TaskChannel
+
+**Verify**
+- Add `EnablePsd2` optional parameter for PSD2 on Service resource creation or update.
+- Add `Amount`, `Payee` optional parameters for PSD2.
+
+
[2019-02-04] Version 5.20.0
----------------------------
**Library**
- PR #437: Switch body validator to use hex instead of base64. Thanks to @cjcodes!