Skip to content

Commit

Permalink
misc: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
stanvanrooy committed Apr 30, 2022
1 parent 443a723 commit 7aa76e9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 2.0.7 (2022-04-30)

* 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

**Full Changelog**: https://github.com/stanvanrooy/instauto/compare/2.0.5...2.0.7

## 2.0.6 (2021-08-28)

#### New Features
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
author='Stan van Rooy',
author_email='[email protected]',
url='https://github.com/stanvanrooy/instauto',
download_url='https://github.com/stanvanrooy/instauto/archive/2.0.6.tar.gz',
download_url='https://github.com/stanvanrooy/instauto/archive/2.0.7.tar.gz',
keywords=['instagram api', 'private instagram api'],
install_requires=[
'requests',
Expand Down

0 comments on commit 7aa76e9

Please sign in to comment.