Skip to content

Commit

Permalink
Bump version to 0.16.1. Add Changelog (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thetwam authored Jul 6, 2020
1 parent 03b6771 commit c6b825c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## [Unreleased]

## [0.16.1] - 2020-07-06

### Bugfixes

- Fixed an issue where the user-provided API_URL/base_url wasn't run through cleanup.

### Deprecation Warnings

- Using `/api/v1/` in the API_URL has been deprecated since v0.8.0 and legacy support will be removed in the next release. Ensure your provided url doesn't contain `api/v1/`. See deprecation warning in changelog for v0.8.0.

## [0.16.0] - 2020-06-26

### New Endpoint Coverage
Expand Down Expand Up @@ -442,7 +452,8 @@ Huge thanks to [@liblit](https://github.com/liblit) for lots of issues, suggesti
- Fixed some incorrectly defined parameters
- Fixed an issue where tests would fail due to an improperly configured requires block

[Unreleased]: https://github.com/ucfopen/canvasapi/compare/v0.16.0...develop
[Unreleased]: https://github.com/ucfopen/canvasapi/compare/v0.16.1...develop
[0.16.1]: https://github.com/ucfopen/canvasapi/compare/v0.16.0...v0.16.1
[0.16.0]: https://github.com/ucfopen/canvasapi/compare/v0.15.0...v0.16.0
[0.15.0]: https://github.com/ucfopen/canvasapi/compare/v0.14.0...v0.15.0
[0.14.0]: https://github.com/ucfopen/canvasapi/compare/v0.13.0...v0.14.0
Expand Down
2 changes: 1 addition & 1 deletion canvasapi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

__all__ = ["Canvas"]

__version__ = "0.16.0"
__version__ = "0.16.1"

0 comments on commit c6b825c

Please sign in to comment.