Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ajimix committed Oct 24, 2018
1 parent 6f5a0f9 commit 673e5b0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
6.2.0, 2018-10-24
-----------------
- Adds the option to retrieve Asana errors

6.1.0, 2018-10-13
-----------------
- Implement "new_rich_text" feature negotiation in headers
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ If a method returned some data, you can always retrieve it by calling.
$asana->getData();
```

If you miss some functionality, open a pull request and it will be merged as soon as possible.

Enjoy ;D

## Using Asana OAuth tokens
Expand Down
2 changes: 1 addition & 1 deletion asana.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Licensed under the Apache License 2.0
*
* Author: Ajimix [github.com/ajimix] and the contributors [github.com/ajimix/asana-api-php-class/contributors]
* Version: 6.1.0
* Version: 6.2.0
*/

// Define some constants for later usage.
Expand Down

0 comments on commit 673e5b0

Please sign in to comment.