Skip to content

Commit d479733

Browse files
committed
Prep for 1.2.0 release
1 parent b40e01b commit d479733

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9-
* [#20](https://github.com/DripEmail/drip-php/pull/20) - Return error response instead of throwing exception. (@joeldodge79)
109
* Your improvement here!
1110

11+
## 1.2.0
12+
13+
* [#20](https://github.com/DripEmail/drip-php/pull/20) - Return error response instead of throwing exception. (@joeldodge79)
14+
1215
## 1.1.0
1316

1417
* [#15](https://github.com/DripEmail/drip-php/pull/15) - Added `\Drip\Client#create_or_update_subscribers` method (@j831)

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*/
1515
class Client
1616
{
17-
const VERSION = '1.1.0';
17+
const VERSION = '1.2.0';
1818

1919
/** @var string */
2020
protected $api_token = '';

0 commit comments

Comments
 (0)