From a8ab2439412e1bcad25ec93cd19b9816d5465121 Mon Sep 17 00:00:00 2001 From: release-plz Date: Tue, 15 Aug 2023 12:16:15 +0000 Subject: [PATCH] chore: release --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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"