diff --git a/CHANGELOG.md b/CHANGELOG.md index 17e32948..3c23d221 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.22.0](https://github.com/XAMPPRocky/octocrab/compare/v0.21.0...v0.21.1) - 2023-05-16 + +### Other +- Add leading / to NotificationsHandler.lists() (#364) +- Alter graphql method to pass arbitrarily complex payloads (variables and graphql-client support) (#332) +- Fix authentication endpoints (#354) +- Handle redirects for download_tarball (#359) +- Make building without the `retry` feature work. (#358) +- Add list_org_memberships_for_authenticated_user (#357) +- add Uploader struct for Asset uploader field (#355) + ## [0.21.0](https://github.com/XAMPPRocky/octocrab/compare/v0.20.0...v0.21.0) - 2023-04-29 ### Other diff --git a/Cargo.toml b/Cargo.toml index 765db46a..6f9f00f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "octocrab" -version = "0.21.0" +version = "0.22.0" authors = ["XAMPPRocky "] edition = "2018" readme = "README.md"