From 643fcd355c71aa501b4daaefff0e5b5f41eb4f8a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 13:52:04 +0200 Subject: [PATCH] chore: release (#459) Signed-off-by: release-plz Co-authored-by: release-plz --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e181078..fa941ceb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.31.0](https://github.com/XAMPPRocky/octocrab/compare/v0.30.1...v0.31.0) - 2023-10-02 + +### Other +- Add WatchEvent ([#462](https://github.com/XAMPPRocky/octocrab/pull/462)) +- Checks API ([#461](https://github.com/XAMPPRocky/octocrab/pull/461)) +- Fix `github_app_authentication.rs` ([#458](https://github.com/XAMPPRocky/octocrab/pull/458)) + ## [0.30.1](https://github.com/XAMPPRocky/octocrab/compare/v0.30.0...v0.30.1) - 2023-09-04 ### Other diff --git a/Cargo.toml b/Cargo.toml index 889770b3..44f6dd01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "octocrab" -version = "0.30.1" +version = "0.31.0" authors = ["XAMPPRocky "] edition = "2018" readme = "README.md"