Skip to content

Commit

Permalink
Release version 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubTesarek committed Dec 17, 2020
1 parent 232bf18 commit b48623f
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

## 4.0.0 - 2020-12-17
### Added
- Add support for new recommendation types - `UserUserRecommendation`, `ItemUserRecommendation`, `ItemItemRecommendation`.

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 = '3.1.0';
public const VERSION = '4.0.0';

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

0 comments on commit b48623f

Please sign in to comment.