File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1414 */
1515class Client
1616{
17- const VERSION = '1.0 .0 ' ;
17+ const VERSION = '1.1 .0 ' ;
1818
1919 /** @var string */
2020 protected $ api_token = '' ;
You can’t perform that action at this time.
0 commit comments