diff --git a/CHANGELOG.md b/CHANGELOG.md index fedcb4d25..dc8b74719 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.34.1](https://github.com/arlyon/async-stripe/compare/v0.34.0...v0.34.1) (2024-02-15) + + +### Bug Fixes + +* fixes an issue with missing renames of Self_ ([9c58038](https://github.com/arlyon/async-stripe/commit/9c5803812af379a5265946afe4c177d3fcd0370e)) + # [0.34.0](https://github.com/arlyon/async-stripe/compare/v0.33.1...v0.34.0) (2024-02-15) diff --git a/Cargo.toml b/Cargo.toml index af6f0434f..0a000250a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = [ [package] name = "async-stripe" -version = "0.34.0" +version = "0.34.1" description = "API bindings for the Stripe HTTP API" rust-version = "1.68.0" authors = [