CHANGES.md in twilio-ruby-5.70.1 vs CHANGES.md in twilio-ruby-5.71.0
- old
+ new
@@ -1,7 +1,23 @@
twilio-ruby changelog
=====================
+[2022-08-24] Version 5.71.0
+---------------------------
+**Library - Test**
+- [PR #615](https://github.com/twilio/twilio-ruby/pull/615): add test-docker rule. Thanks to [@beebzz](https://github.com/beebzz)!
+
+**Api**
+- Remove `beta feature` from scheduling params and remove optimize parameters. **(breaking change)**
+
+**Routes**
+- Remove Duplicate Create Method - Update Method will work even if Inbound Processing Region is currently empty/404. **(breaking change)**
+
+**Twiml**
+- Add new Polly Neural voices
+- Add new languages to SSML `<lang>`.
+
+
[2022-08-10] Version 5.70.1
---------------------------
**Library - Fix**
- [PR #614](https://github.com/twilio/twilio-ruby/pull/614): Make RequestValidator#validate fail if URL has no query params. Thanks to [@haffla](https://github.com/haffla)!