diff --git a/CHANGELOG.md b/CHANGELOG.md index 29ac2068..c9534dbe 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.20.0-alpha.2](https://github.com/XAMPPRocky/octocrab/compare/v0.20.0-alpha.1...v0.20.0-alpha.2) - 2023-04-08 + +### Other +- added poll org events (#325) +- Add `CurrentAuthHandler::list_gists_for_authenticated_user` (#328) +- Fix typo in POST /gists endpoint (#327) +- Update hyper-rustls requirement from 0.23.2 to 0.24.0 (#324) +- Percent encode label name in remove_label to avoid InvalidUri(InvalidUriChar) error (#323) +- Update CHANGELOG.md +- Update CHANGELOG.md + ## [0.20.0-alpha.1](https://github.com/XAMPPRocky/octocrab/compare/v0.20.0-alpha.0...v0.20.0-alpha.1) - 2023-03-31 ### Other diff --git a/Cargo.toml b/Cargo.toml index 05b269c5..daf4dd98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "octocrab" -version = "0.20.0-alpha.1" +version = "0.20.0-alpha.2" authors = ["XAMPPRocky "] edition = "2018" readme = "README.md"