Skip to content

Commit

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

## Unreleased
- Initial version

## 0.0.1 - 2017-11-23
- Initial version. Allows to build (and execute) requests of `ItemProperty` and `ItemPropertySetup` commands to `item-properties` and `events` endpoints.
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 = '0.0.0';
public const VERSION = '0.0.1';

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

0 comments on commit ae5a085

Please sign in to comment.