diff --git a/CHANGELOG.md b/CHANGELOG.md index c0111d17..c37c1231 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.20.0-alpha.4](https://github.com/XAMPPRocky/octocrab/compare/v0.20.0-alpha.3...v0.20.0-alpha.4) - 2023-04-17 + +### Other +- Handle `GET /gists/starred` (#340) +- Handle fork related operations (#339) +- Fix graphql path (#338) +- Add support for merging branches (#336) + ## [0.20.0-alpha.3](https://github.com/XAMPPRocky/octocrab/compare/v0.20.0-alpha.2...v0.20.0-alpha.3) - 2023-04-12 ### Other diff --git a/Cargo.toml b/Cargo.toml index 3e751042..847a04ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "octocrab" -version = "0.20.0-alpha.3" +version = "0.20.0-alpha.4" authors = ["XAMPPRocky "] edition = "2018" readme = "README.md"