2.7.0, 2014-09-02
-----------------
- Constant definitions are now outside of the class constructor.

2.6.0, 2014-09-01
-----------------
- Added a method for creating a subtask.
- Added a method to change the parent of a task.
- Now addTask accepts options.

2.5.0, 2014-08-23
-----------------
- Added a method to retrieve the tags from a task getTaskTags.

2.4.3, 2014-07-25
-----------------
- Bugfix release.

2.4.2, 2014-07-25
-----------------
- Added support for attaching files prior to PHP 5.5.

2.4.1, 2014-07-10
-----------------
- Added extra debugging information.
- Added autoload to composer file.

2.4.0, 2014-07-02
-----------------
- Added a method to add attachments to a task.

2.3.0, 2014-06-07
-----------------
- Added a method to delete a task.
- Added a method to delete a project.

2.2.0, 2014-05-28
-----------------
- Added a method to move tasks inside the project moveTaskWithinProject.

2.1.0, 2014-04-09
-----------------
- Added teams functions. createTeam and getTeamsInOrganization.

2.0.0, 2014-03-19
-----------------
- Added OAuth support with AsanaAuth class.
- Improved class readability.
- Improved performance.
- Added options to getTasksByFilter.

1.0.0, 2012-04-24
-----------------
- Initial release.
