CHANGES.md in twilio-ruby-5.39.1 vs CHANGES.md in twilio-ruby-5.39.2
- old
+ new
@@ -1,7 +1,16 @@
twilio-ruby changelog
=====================
+[2020-07-22] Version 5.39.2
+---------------------------
+**Api**
+- Add optional Click Tracking and Scheduling parameters to Create action of Message resource
+
+**Supersim**
+- Add callback_url and callback_method parameters to Sim resource update request
+
+
[2020-07-10] Version 5.39.1
---------------------------
**Library - Fix**
- [PR #520](https://github.com/twilio/twilio-ruby/pull/520): use ruby keyword arguments for all action methods. Thanks to [@eshanholtz](https://github.com/eshanholtz)!