This repository was archived by the owner on Apr 13, 2025. It is now read-only.
v1.0.0
- [feature] Add a Client#epic method to look up epics by ID (@jstrater)
- [improvement] Add params hash to Client#epic and Client#story (@jstrater)
- [improvement] Brought back dirty tracking so that only changes attributes are sent when saving. Fixes #62. (@forest)
- [BREAKING CHANGE] Array type attributes can't be updated with the << operator. Use Story#add_label instead. (@forest)