Skip to content

Commit

Permalink
Fix client version. Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
antonkomarev committed May 20, 2017
1 parent 5eb7f1c commit 6fb6a16
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to `youtrack-rest-php` will be documented in this file.

## [2.0.1] - 2017-05-21

- Dropped Client `getAuthorizer` & `setAuthorizer` rudiment methods.

## 1.0.0 - 2017-05-12

- Initial release

[2.0.1]: https://github.com/cybercog/youtrack-rest-php/compare/1.0.0...2.0.1
2 changes: 1 addition & 1 deletion src/Client/YouTrackClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class YouTrackClient implements RestClientContract
/**
* Version of YouTrack REST PHP client.
*/
const CLIENT_VERSION = '1.0.0';
const CLIENT_VERSION = '2.0.1';

/**
* @var \GuzzleHttp\ClientInterface
Expand Down

0 comments on commit 6fb6a16

Please sign in to comment.