diff --git a/CHANGELOG.md b/CHANGELOG.md index 1871a0d2..ca90b1d8 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.31.2](https://github.com/XAMPPRocky/octocrab/compare/v0.31.1...v0.31.2) - 2023-10-15 + +### Other +- Add `follow-redirect` feature ([#469](https://github.com/XAMPPRocky/octocrab/pull/469)) + ## [0.31.1](https://github.com/XAMPPRocky/octocrab/compare/v0.31.0...v0.31.1) - 2023-10-08 ### Other diff --git a/Cargo.toml b/Cargo.toml index 8e8df6b5..fdfe14ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "octocrab" -version = "0.31.1" +version = "0.31.2" authors = ["XAMPPRocky "] edition = "2018" readme = "README.md"