Skip to content

Commit

Permalink
Release version 2.3.0 🚨
Browse files Browse the repository at this point in the history
  • Loading branch information
OndraM committed Jan 20, 2019
1 parent 2abe368 commit cf69b9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,8 @@
<!-- There is always Unreleased section on the top. Subsections (Added, Changed, Fixed, Removed) should be added as needed. -->

## Unreleased

## 2.3.0 - 2019-01-21
### Added
- Method `isSuccessfull()` to `Response` providing simple check whether the whole response (all of contained command responses) are successful (ie. none of them is invalid).
This is also recommended way how to validate response successfulness.
Expand Down
2 changes: 1 addition & 1 deletion src/Matej.php
Expand Up @@ -11,7 +11,7 @@
class Matej
{
public const CLIENT_ID = 'php-client';
public const VERSION = '2.2.0';
public const VERSION = '2.3.0';

/** @var string */
private $accountId;
Expand Down

0 comments on commit cf69b9d

Please sign in to comment.