* A TVSeason's `episodes` attribute is now dynamically generated from all episodes in that season * `sync.rate` and `sync.add_to_history` now properly make valid requests (21) * Note: `sync.add_to_history`'s `watched_at` argument is now expected to be a datetime object, in order to match `sync.rate`
2.1.0
++++++++++++++++++
* Add Trakt PIN Authentication (15)
2.0.3
++++++++++++++++++
* Fix BASE_URL to point at correct v2 API (19)
2.0.2
++++++++++++++++++
* Fix CLIENT_SECRET assignment Bug (16)
2.0.1
++++++++++++++++++
* Fixed TVEpisode Scrobbling Bug (13) * Fixed DEBUG logging messages to properly reflect HTTP Methods * Added a 400 HTTP Response Code Exception type
2.0.0
++++++++++++++++++
* 2.0 Version bump due to incompatible API changes relating to the location of the trakt api_key attribute * Add additional debug logging for API responses * Add tmdb_id to the `TVShow.ids` attribute * Fixed `trakt.init` to instruct users on how to create a new OAuth application * * Fixed `TVSeason.to_json` to return accurately scoped season information * Updated documentation on APIv2's Authentication patterns