Skip to content

Commit

Permalink
Setup version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ppawlak committed Jan 9, 2021
1 parent 8e93d53 commit ce2de7b
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,3 +1,12 @@
## 0.9.0

Features:
- New endpoint: `modify_user_account`
- Support getting more related resources, like `user.visibleApps()`

Bugfixes:
- Pin dependencies versions in setup.py

## 0.8.4

Features:
Expand Down
2 changes: 1 addition & 1 deletion appstoreconnect/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (0, 8, 4)
VERSION = (0, 9, 0)

__version__ = '.'.join(map(str, VERSION))

0 comments on commit ce2de7b

Please sign in to comment.