diff --git a/CHANGELOG.md b/CHANGELOG.md index 9abbb42f..3529dcc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ ## [Unreleased] +## [3.3.0] - 2023-08-27 + +### General + +- Added documentation for PaginatedList +- Rework requester URLs to accomodate graphql and new quizzes endpoints (Thanks, [@bennettscience](https://github.com/bennettscience)) + +### Bugfixes + +- Fixed PaginatedList not respecting new quizzes endpoints (Thanks, [@matthewf-ucsd](https://github.com/matthewf-ucsd)) + +### Backstage + +- Updated codecov action + ## [3.2.0] - 2023-05-25 ### New Endpoint Coverage @@ -621,7 +636,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/v3.2.0...develop +[Unreleased]: https://github.com/ucfopen/canvasapi/compare/v3.3.0...develop +[3.3.0]: https://github.com/ucfopen/canvasapi/compare/v3.2.0...v3.3.0 [3.2.0]: https://github.com/ucfopen/canvasapi/compare/v3.1.0...v3.2.0 [3.1.0]: https://github.com/ucfopen/canvasapi/compare/v3.0.0...v3.1.0 [3.0.0]: https://github.com/ucfopen/canvasapi/compare/v2.2.0...v3.0.0