Skip to content

Commit

Permalink
Release 7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Halama committed Nov 30, 2017
1 parent 22481ee commit d7c1e50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@

# Changelog moved to [Github Releases](https://github.com/keboola/storage-api-php-client/releases)

## 7.2.1 (2017-11-13)
- [Feat] New Client parameter `maxJobPollWaitPeriodSeconds` - maximum time period between job status check in `waitForJob` method. Default is `20` seconds.

Expand Down
2 changes: 1 addition & 1 deletion src/Keboola/StorageApi/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Client
const STAGE_OUT = "out";
const STAGE_SYS = "sys";

const VERSION = '7.2.1';
const VERSION = '7.3.0';

// Token string
public $token;
Expand Down

0 comments on commit d7c1e50

Please sign in to comment.