diff --git a/CHANGES.md b/CHANGES.md index 9231551ad..42df849f3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,10 +1,18 @@ twilio-ruby changelog ===================== +Version 4.10.0 +------------- + +Released January 28, 2016: + +- Add support for filter_friendly_name in WorkflowConfig +- Load reservations by default in TaskRouter + Version 4.9.1 ------------- -Release January 28, 2015 +Release January 28, 2016 - Fix ip messaging first person grant diff --git a/lib/twilio-ruby/version.rb b/lib/twilio-ruby/version.rb index 168c100ec..62a68b415 100644 --- a/lib/twilio-ruby/version.rb +++ b/lib/twilio-ruby/version.rb @@ -1,3 +1,3 @@ module Twilio - VERSION = '4.9.1' + VERSION = '4.10.0' end