Skip to content

Commit

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

* Your improvement here!

## 1.4.2

* Update composer.json to allow newer PHP.

## 1.4.1

* [#32](https://github.com/DripEmail/drip-php/pull/32) - Use Guzzle 7
Expand Down
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/
class Client
{
const VERSION = '1.4.1';
const VERSION = '1.4.2';

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

0 comments on commit c727ab4

Please sign in to comment.