summaryrefslogtreecommitdiffstats
path: root/lib/SparkPost/SparkPost.php
diff options
context:
space:
mode:
authorRich Leland <rich.leland@messagesystems.com>2016-05-04 09:37:09 -0400
committerRich Leland <rich.leland@messagesystems.com>2016-05-04 09:37:09 -0400
commit9754ffb24cc8dd7417c95a08b2967c5411e25944 (patch)
tree1b2d691f2ee10fc7e04b7f072e71657b545a5711 /lib/SparkPost/SparkPost.php
parent247baae6ed522b68d4d0dacdc5de5c46d8e7388a (diff)
downloadphp-sparkpost-9754ffb24cc8dd7417c95a08b2967c5411e25944.zip
php-sparkpost-9754ffb24cc8dd7417c95a08b2967c5411e25944.tar.gz
php-sparkpost-9754ffb24cc8dd7417c95a08b2967c5411e25944.tar.bz2
Bump version, update changelog1.2.0
Diffstat (limited to 'lib/SparkPost/SparkPost.php')
-rw-r--r--lib/SparkPost/SparkPost.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/SparkPost/SparkPost.php b/lib/SparkPost/SparkPost.php
index 92ad867..8a53d5b 100644
--- a/lib/SparkPost/SparkPost.php
+++ b/lib/SparkPost/SparkPost.php
@@ -13,7 +13,7 @@ class SparkPost
/**
* Library version, used for setting User-Agent.
*/
- private $version = '1.1.0';
+ private $version = '1.2.0';
/**
* Connection config for making requests.