Skip to content

Commit

Permalink
Release version 2.0.0 💥
Browse files Browse the repository at this point in the history
  • Loading branch information
OndraM committed Sep 4, 2018
1 parent 8a69d06 commit a30131d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,7 @@

## Unreleased

## 2.0.0 - 2018-09-04
See [UPGRADE-2.0.md](UPGRADE-2.0.md) for upgrade instructions.

### Changed
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.6.0';
public const VERSION = '2.0.0';

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

0 comments on commit a30131d

Please sign in to comment.