diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fb557e6..8708d4b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.39.1](https://github.com/XAMPPRocky/octocrab/compare/v0.39.0...v0.39.1) - 2024-08-14 + +### Other +- Update code scanning alert ([#673](https://github.com/XAMPPRocky/octocrab/pull/673)) +- Added `merged_by` and `closed_by` fields ([#674](https://github.com/XAMPPRocky/octocrab/pull/674)) +- Update and Fixes to the Code Scanning Models & Webhooks ([#675](https://github.com/XAMPPRocky/octocrab/pull/675)) + ## [0.39.0](https://github.com/XAMPPRocky/octocrab/compare/v0.38.0...v0.39.0) - 2024-07-30 ### Added diff --git a/Cargo.toml b/Cargo.toml index 6cd5c728..f0e2c1a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "octocrab" -version = "0.39.0" +version = "0.39.1" resolver = "2" authors = ["XAMPPRocky "] edition = "2018"