diff --git a/CHANGELOG.md b/CHANGELOG.md index 672c85f3..93f47037 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.41.1](https://github.com/XAMPPRocky/octocrab/compare/v0.41.0...v0.41.1) - 2024-10-10 + +### Fixed + +- don't capture backtraces by default ([#710](https://github.com/XAMPPRocky/octocrab/pull/710)) + +### Other + +- added user's gpg_keys operations ([#717](https://github.com/XAMPPRocky/octocrab/pull/717)) +- Secrecy dependency update from 0.8.0 to 0.10.3 ([#718](https://github.com/XAMPPRocky/octocrab/pull/718)) +- Added handlers for Repo Dependabot API ([#714](https://github.com/XAMPPRocky/octocrab/pull/714)) +- [#552](https://github.com/XAMPPRocky/octocrab/pull/552) (emails, public_emails, visibility) ([#712](https://github.com/XAMPPRocky/octocrab/pull/712)) +- make some fields to public ([#708](https://github.com/XAMPPRocky/octocrab/pull/708)) +- Implement some style improvements ([#698](https://github.com/XAMPPRocky/octocrab/pull/698)) + ## [0.41.0](https://github.com/XAMPPRocky/octocrab/compare/v0.40.0...v0.41.0) - 2024-09-30 ### Added diff --git a/Cargo.toml b/Cargo.toml index e7805e12..050cf51d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "octocrab" -version = "0.41.0" +version = "0.41.1" resolver = "2" authors = ["XAMPPRocky "] edition = "2018"