diff --git a/CHANGELOG.md b/CHANGELOG.md index fc47583a..9e6b6464 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.27.0](https://github.com/XAMPPRocky/octocrab/compare/v0.26.0...v0.26.1) - 2023-07-18 + +### Other +- Handle errors when kicking off github workflows ([#409](https://github.com/XAMPPRocky/octocrab/pull/409)) +- Update license field following https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields ([#412](https://github.com/XAMPPRocky/octocrab/pull/412)) +- cargo clippy --tests ([#416](https://github.com/XAMPPRocky/octocrab/pull/416)) +- Improve workflow job types ([#414](https://github.com/XAMPPRocky/octocrab/pull/414)) +- Fix graphql example ([#404](https://github.com/XAMPPRocky/octocrab/pull/404)) + ## [0.25.1](https://github.com/XAMPPRocky/octocrab/compare/v0.25.0...v0.25.1) - 2023-06-06 ### Other diff --git a/Cargo.toml b/Cargo.toml index 85fe6c7e..4c78bea1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "octocrab" -version = "0.26.0" +version = "0.27.0" authors = ["XAMPPRocky "] edition = "2018" readme = "README.md"