summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormatt <matt@twilio.com>2016-08-09 13:42:01 -0700
committermatt <matt@twilio.com>2016-08-09 13:42:01 -0700
commitc538caccdb916bbed59b88f069f5a10d2544a2ff (patch)
treec5910da729290a2f7752bf02147edb439b70840b
parent71dbe32107fb401320743e70443ba11a610b21a9 (diff)
downloadtwilio-php-c538caccdb916bbed59b88f069f5a10d2544a2ff.zip
twilio-php-c538caccdb916bbed59b88f069f5a10d2544a2ff.tar.gz
twilio-php-c538caccdb916bbed59b88f069f5a10d2544a2ff.tar.bz2
Version bump for release4.11.0
-rw-r--r--CHANGES.md6
-rw-r--r--Services/Twilio.php2
-rw-r--r--docs/conf.py4
-rw-r--r--docs/index.rst2
4 files changed, 10 insertions, 4 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 71dba39..02ce586 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,12 @@
twilio-php Changelog
====================
+Version 4.11.0
+--------------
+Released August 9, 2016
+
+- Add `synchronize` method to InstanceResoure
+
Version 4.10.0
-------------
Released January 28, 2016
diff --git a/Services/Twilio.php b/Services/Twilio.php
index 18cf7ce..078f28b 100644
--- a/Services/Twilio.php
+++ b/Services/Twilio.php
@@ -27,7 +27,7 @@ spl_autoload_register('Services_Twilio_autoload');
*/
abstract class Base_Services_Twilio extends Services_Twilio_Resource
{
- const USER_AGENT = 'twilio-php/4.10.0';
+ const USER_AGENT = 'twilio-php/4.11.0';
protected $http;
protected $last_response;
diff --git a/docs/conf.py b/docs/conf.py
index 122298c..901994e 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -51,9 +51,9 @@ copyright = unicode(datetime.utcnow().year) + u', Twilio Inc'
# built documents.
#
# The short X.Y version.
-version = '4.10'
+version = '4.11'
# The full version, including alpha/beta/rc tags.
-release = '4.10.0'
+release = '4.11.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/docs/index.rst b/docs/index.rst
index efffcc5..01b7d54 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -10,7 +10,7 @@
Status
=======
-This documentation is for version 4.10.0 of `twilio-php
+This documentation is for version 4.11.0 of `twilio-php
<https://www.github.com/twilio/twilio-php>`_.
Quickstart