diff --git a/CHANGELOG.md b/CHANGELOG.md index dbc56d81..e1b5bc7d 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.29.3](https://github.com/XAMPPRocky/octocrab/compare/v0.29.2...v0.29.3) - 2023-08-15 + +### Other +- add `WebhookEventType::Schedule` variant + ## [0.29.2](https://github.com/XAMPPRocky/octocrab/compare/v0.29.1...v0.29.2) - 2023-08-14 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index f701224b..8519cf55 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "octocrab" -version = "0.29.2" +version = "0.29.3" authors = ["XAMPPRocky "] edition = "2018" readme = "README.md"