
## 0.3.4.1

    * Fix rally_url for defects.

## 0.3.4

    * Change function get_rally_url to be a property called rally_url.

## 0.3.3

    * Add function get_rally_url to Defect and HierarchicalRequirement objects.

## 0.3.2

    * Change the way we use urllib2 so that retries is reset after a succesful
      call.

## 0.3.1

    * Change get_all_in_kanban_state to get_all_in_kanban_states.

## 0.3.0

    * Add caching on a per-type basis for more fine tuning of performance.
    * Add explicit handling of "Project", "Workspace", "Release" and "TestCase"
      API types.
    * Change all get_by_name to be get_by_formatted_id

## 0.2.2

    * Update attribute on an object on Rally.
    * Delete objects from Rally.
    * Documentation vastly improved.

## 0.2.0

    * Read only access to the API added.
    * Story, Defect, Task, Artifact, User and Iteration classes created.
