Skip to content

Commit

Permalink
Release version 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubTesarek committed Aug 19, 2021
1 parent aeebc9b commit 22d653c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
<!-- There is always Unreleased section on the top. Subsections (Added, Changed, Fixed, Removed) should be added as needed. -->

## Unreleased
### Added
- Added optional argument timestamp to UserMerge command.

## 4.1.0 - 2021-08-19
### Added
- Added optional argument `timestamp` to `UserMerge` command.

## 4.0.0 - 2020-12-17
### Added
Expand Down
2 changes: 1 addition & 1 deletion src/Matej.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
class Matej
{
public const CLIENT_ID = 'php-client';
public const VERSION = '4.0.0';
public const VERSION = '4.1.0';

/** @var RequestManager */
private $requestManager;
Expand Down

0 comments on commit 22d653c

Please sign in to comment.