v1.0.7, 2013-10-01
- unit tests
- own exceptions
- added create_user, create_queue, edit_user, edit_queue methods
- added edit_link (replaces buggy edit_ticket_links)
- added get_attachments, get_short_history methods
- support merge_ticket in RT4
- custom query to search method
- strict binary handling with attachments

v1.0.6, 2013-09-05
- added support for HTTP basic and digest authentication
- specification of errors to different exceptions

v1.0.5, 2013-04-26
- fixed decoding of utf-8 only when needed
- updated search function to support various
  lookup operators and sorting

v1.0.4, 2013-03-21
- default queue added to init parameters

v1.0.3, 2013-03-06
- python-requests 1.x compatible

v1.0.2, 2013-02-18
- HTTP proxy support
- Support for multilinks in get_links

v1.0.1, 2013-01-10
- Updated docstrings
- Added Sphinx documentation

v1.0.0, 2012-08-03
- Initial release
