Skip to content

Commit

Permalink
Release version 1.6.0 🇪🇺
Browse files Browse the repository at this point in the history
  • Loading branch information
OndraM committed Jun 1, 2018
1 parent 743e07e commit b22edc2
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

## 1.6.0 - 2018-06-01
### Added
- `UserForget` command to anonymize or completely delete all data belonging to specific user(s) (`$matej->request()->forget()`).

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 = '1.5.0';
public const VERSION = '1.6.0';

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

0 comments on commit b22edc2

Please sign in to comment.