diff --git a/CHANGELOG.md b/CHANGELOG.md index 741c2ff..b11dbcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.3] - 2024-09-24 + +### Fixed +- *(deps)* update rust crate octocrab to 0.40.0 + ## [0.2.2] - 2024-09-23 ### Other diff --git a/Cargo.toml b/Cargo.toml index fc8e661..88089e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/*"] resolver = "2" [workspace.package] -version = "0.2.2" +version = "0.2.3" [workspace.dependencies]