Release 0.11.0
Major Changes
- Remove support of API V1
- Update and flag as obsolete some entities and methods to match changes related to GDPR.
For more details see https://developer.atlassian.com/cloud/bitbucket/bitbucket-api-changes-gdpr/
Other Changes
- Expose the OAuth2TokenProvider to public so it can be reused in scenarios like repository cloning (need a git client not provided by this project) #111
- Add new overloads of the ListCommits method to support filtering #114
- Add DeleteBranch method in BranchResource #112 (thanks to @rickschott)