Skip to content

Commit c04ab2a

Browse files
committed
Release version 1.1.0
1 parent 778ac4e commit c04ab2a

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

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

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

1518
- Set up composer package

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.0.0';
17+
const VERSION = '1.1.0';
1818

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

0 commit comments

Comments
 (0)