diff --git a/CHANGELOG.md b/CHANGELOG.md index c59521ec..3587a4c2 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.29.0](https://github.com/XAMPPRocky/octocrab/compare/v0.28.0...v0.29.0) - 2023-07-30 + +### Other +- Add webhook event deserialization ([#427](https://github.com/XAMPPRocky/octocrab/pull/427)) +- Update changelog for v0.28.0 ([#428](https://github.com/XAMPPRocky/octocrab/pull/428)) +- Add associated pull requests and commit compare functionality ([#413](https://github.com/XAMPPRocky/octocrab/pull/413)) +- Fix clippy 1.71 warnings ([#424](https://github.com/XAMPPRocky/octocrab/pull/424)) + ## [0.28.0](https://github.com/XAMPPRocky/octocrab/compare/v0.27.0...v0.28.0) - 2023-07-19 ### Other diff --git a/Cargo.toml b/Cargo.toml index 663f5c25..e410d61e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "octocrab" -version = "0.28.0" +version = "0.29.0" authors = ["XAMPPRocky "] edition = "2018" readme = "README.md"