diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e32509f..240d358f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.33.2](https://github.com/XAMPPRocky/octocrab/compare/v0.33.1...v0.33.2) - 2024-01-24 + +### Other +- Resolving issue with deleting reactions from issues. ([#555](https://github.com/XAMPPRocky/octocrab/pull/555)) +- Added a test for `repos().is_collaborator()`. The 204 case is good! ([#553](https://github.com/XAMPPRocky/octocrab/pull/553)) + ### Other - Added a test case for `repos().is_collaborator()` to cover both 204 and 404 cases. diff --git a/Cargo.toml b/Cargo.toml index 34caacc0..5654aae3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "octocrab" -version = "0.33.1" +version = "0.33.2" authors = ["XAMPPRocky "] edition = "2018" readme = "README.md"