Skip to content

Commit

Permalink
Release version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wjohnstondrip committed Jul 26, 2018
1 parent 778ac4e commit c04ab2a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

* [#15](https://github.com/DripEmail/drip-php/pull/15) - Added `\Drip\Client#create_or_update_subscribers` method (@j831)
* Make private methods protected so that people can subclass. Fixes [#16](https://github.com/DripEmail/drip-php/issues/16)
* Your improvement here!

## 1.1.0

* [#15](https://github.com/DripEmail/drip-php/pull/15) - Added `\Drip\Client#create_or_update_subscribers` method (@j831)
* [#17](https://github.com/DripEmail/drip-php/pull/17) - Make private methods protected so that people can subclass

## 1.0.0

- Set up composer package
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.0.0';
const VERSION = '1.1.0';

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

0 comments on commit c04ab2a

Please sign in to comment.