diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cbbf359..99bb05a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.42.0](https://github.com/XAMPPRocky/octocrab/compare/v0.41.2...v0.42.0) - 2024-11-13 + +### Added + +- added ssh_signing_keys ops ([#725](https://github.com/XAMPPRocky/octocrab/pull/725)) + +### Other + +- Secrets and Code scanning alerts API ([#730](https://github.com/XAMPPRocky/octocrab/pull/730)) +- add support for custom executors ([#728](https://github.com/XAMPPRocky/octocrab/pull/728)) +- Fixup route in api/issues/update ([#732](https://github.com/XAMPPRocky/octocrab/pull/732)) + ## [0.41.2](https://github.com/XAMPPRocky/octocrab/compare/v0.41.1...v0.41.2) - 2024-10-15 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 0c63c55d..8df40cea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "octocrab" -version = "0.41.2" +version = "0.42.0" resolver = "2" authors = ["XAMPPRocky "] edition = "2018"