From 38c0a66a256bc0d7967e927fb96e1e3f08e2e2f8 Mon Sep 17 00:00:00 2001 From: release-plz Date: Mon, 2 Oct 2023 10:09:40 +0000 Subject: [PATCH] chore: release Signed-off-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"