From f9661244a092d259f0463eb0918f0e5f2c3b6a8d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 11:52:27 +0000 Subject: [PATCH] chore: release v0.42.1 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99bb05a4..23861ed5 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.42.1](https://github.com/XAMPPRocky/octocrab/compare/v0.42.0...v0.42.1) - 2024-11-22 + +### Other + +- Secret scanning alert locations API ([#735](https://github.com/XAMPPRocky/octocrab/pull/735)) + ## [0.42.0](https://github.com/XAMPPRocky/octocrab/compare/v0.41.2...v0.42.0) - 2024-11-13 ### Added diff --git a/Cargo.toml b/Cargo.toml index 8df40cea..55b9f924 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "octocrab" -version = "0.42.0" +version = "0.42.1" resolver = "2" authors = ["XAMPPRocky "] edition = "2018"