diff --git a/CHANGELOG.md b/CHANGELOG.md index a3e0ba4..6bf4e8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index a1370d3..a6a52ed 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/asana.php b/asana.php index c2ecdc4..4f97762 100644 --- a/asana.php +++ b/asana.php @@ -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.