* remove usage of (deprecated?) csrf token * increase default ig version, previous is deprecated * typings for instagram posts * handle retrieve_story for accounts with no active stories
* Create unfollow_user by ItsFlorkast in https://github.com/stanvanrooy/instauto/pull/205 * feat: add error message to generic bad response exception by stanvanrooy in https://github.com/stanvanrooy/instauto/pull/206 * save & load from/to json by hiaselhans in https://github.com/stanvanrooy/instauto/pull/207 * chore(deps): bump babel from 2.8.0 to 2.9.1 by dependabot in https://github.com/stanvanrooy/instauto/pull/211
* add error message to generic bad response exception ([206](https://github.com/stanvanrooy/instauto/issues/206))
Full set of changes: [`2.0.5...2.0.6`](https://github.com/stanvanrooy/instauto/compare/2.0.5...2.0.6)
2.0.5
Fixes
* use property instead of __getitem__ ([202](https://github.com/stanvanrooy/instauto/issues/202))
Full set of changes: [`2.0.4...2.0.5`](https://github.com/stanvanrooy/instauto/compare/2.0.3...2.0.5)
2.0.4
Fixes * use `dict.get` instead of key index
Full set of changes: [`2.0.3...2.0.4`](https://github.com/stanvanrooy/instauto/compare/2.0.3...2.0.4)
2.0.3
New Features
* retrieve stories from a user Docs
* add examples for retrieving stories * add javad94 as a contributor for code ([197](https://github.com/stanvanrooy/instauto/issues/197)) * fixed documentation link ([195](https://github.com/stanvanrooy/instauto/issues/195))
Full set of changes: [`2.0.2...2.0.3`](https://github.com/stanvanrooy/instauto/compare/2.0.2...2.0.3)