We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b40e01b commit d479733Copy full SHA for d479733
2 files changed
CHANGELOG.md
@@ -6,9 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
7
## [Unreleased]
8
9
-* [#20](https://github.com/DripEmail/drip-php/pull/20) - Return error response instead of throwing exception. (@joeldodge79)
10
* Your improvement here!
11
+## 1.2.0
12
+
13
+* [#20](https://github.com/DripEmail/drip-php/pull/20) - Return error response instead of throwing exception. (@joeldodge79)
14
15
## 1.1.0
16
17
* [#15](https://github.com/DripEmail/drip-php/pull/15) - Added `\Drip\Client#create_or_update_subscribers` method (@j831)
src/Client.php
@@ -14,7 +14,7 @@
*/
class Client
{
- const VERSION = '1.1.0';
+ const VERSION = '1.2.0';
18
19
/** @var string */
20
protected $api_token = '';
0 commit comments