diff --git a/CHANGELOG.md b/CHANGELOG.md index 4941ff18..2f237810 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.33.0](https://github.com/XAMPPRocky/octocrab/compare/v0.32.0...v0.33.0) - 2023-11-03 + +### Other +- add fields for refresh token and expiry timestamps ([#477](https://github.com/XAMPPRocky/octocrab/pull/477)) + ## [0.32.0](https://github.com/XAMPPRocky/octocrab/compare/v0.31.2...v0.31.3) - 2023-11-01 ### Other diff --git a/Cargo.toml b/Cargo.toml index 8b758016..b4ee81ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "octocrab" -version = "0.32.0" +version = "0.33.0" authors = ["XAMPPRocky "] edition = "2018" readme = "README.md"