diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b7a7b66..c004a004 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.38.1](https://github.com/cocogitto/octocrab/compare/v0.38.0...v0.38.1) - 2024-04-19 + +### Added +- add check run pull requests and list parameters + ## [0.38.0](https://github.com/XAMPPRocky/octocrab/compare/v0.37.0...v0.38.0) - 2024-04-09 ### Added diff --git a/Cargo.toml b/Cargo.toml index 80841995..6324dc6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "octocrab" -version = "0.38.0" +version = "0.38.1" resolver = "2" authors = ["XAMPPRocky "] edition = "2018"