diff --git a/CHANGELOG.md b/CHANGELOG.md index 803e8086..d66f4bad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.34.0](https://github.com/XAMPPRocky/octocrab/compare/v0.33.4...v0.34.0) - 2024-02-07 + +### Other +- Upgrade http/hyper 1.0 ([#564](https://github.com/XAMPPRocky/octocrab/pull/564)) + ## [0.33.4](https://github.com/XAMPPRocky/octocrab/compare/v0.33.3...v0.33.4) - 2024-02-06 ### Other diff --git a/Cargo.toml b/Cargo.toml index 2a236426..032f5fb2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "octocrab" -version = "0.33.4" +version = "0.34.0" authors = ["XAMPPRocky "] edition = "2018" readme = "README.md"