From c44bd3c9f45a6bbeadd97b9f4d29a4d8168c453c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 12:45:28 +0000 Subject: [PATCH] chore: release Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15180c09..1e6592fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.34.4](https://github.com/XAMPPRocky/octocrab/compare/v0.34.3...v0.34.4) - 2024-03-07 + +### Added +- add repository list language support ([#595](https://github.com/XAMPPRocky/octocrab/pull/595)) + +### Other +- Adding org secrets tests ([#599](https://github.com/XAMPPRocky/octocrab/pull/599)) + ## [0.34.3](https://github.com/XAMPPRocky/octocrab/compare/v0.34.2...v0.34.3) - 2024-03-05 ### Other diff --git a/Cargo.toml b/Cargo.toml index 5075dacc..a29046ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "octocrab" -version = "0.34.3" +version = "0.34.4" authors = ["XAMPPRocky "] edition = "2018" readme = "README.md"