Skip to content

Commit

Permalink
Prep for 1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wjohnstondrip committed Aug 13, 2018
1 parent b40e01b commit d479733
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

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

## 1.2.0

* [#20](https://github.com/DripEmail/drip-php/pull/20) - Return error response instead of throwing exception. (@joeldodge79)

## 1.1.0

* [#15](https://github.com/DripEmail/drip-php/pull/15) - Added `\Drip\Client#create_or_update_subscribers` method (@j831)
Expand Down
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/
class Client
{
const VERSION = '1.1.0';
const VERSION = '1.2.0';

/** @var string */
protected $api_token = '';
Expand Down

0 comments on commit d479733

Please sign in to comment.