From 6b150e12e96f1965a7dcc9e513d62449c0c675bc Mon Sep 17 00:00:00 2001 From: release-plz Date: Sat, 3 Jun 2023 10:57:53 +0000 Subject: [PATCH] chore: release --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c6ce568..a004d89c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.24.1](https://github.com/XAMPPRocky/octocrab/compare/v0.24.0...v0.24.1) - 2023-06-03 + +### Other +- Add allow_forking & allow_update_branch in Repository model ([#379](https://github.com/XAMPPRocky/octocrab/pull/379)) +- added org secrets api ([#384](https://github.com/XAMPPRocky/octocrab/pull/384)) + ## [0.24.0](https://github.com/XAMPPRocky/octocrab/compare/v0.23.0...v0.23.1) - 2023-06-02 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 0235ff17..18718062 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "octocrab" -version = "0.24.0" +version = "0.24.1" authors = ["XAMPPRocky "] edition = "2018" readme = "README.md"