diff --git a/CHANGELOG.md b/CHANGELOG.md index 561ace8..3d6746b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. * Your improvement here! +## 1.4.2 + +* Update composer.json to allow newer PHP. + ## 1.4.1 * [#32](https://github.com/DripEmail/drip-php/pull/32) - Use Guzzle 7 diff --git a/src/Client.php b/src/Client.php index 5d63b91..07726ca 100644 --- a/src/Client.php +++ b/src/Client.php @@ -16,7 +16,7 @@ */ class Client { - const VERSION = '1.4.1'; + const VERSION = '1.4.2'; /** @var string */ protected $api_key = '';