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"