From 5a43415e54c5406567c4bc256c23b5014b7e6d2b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 15 Feb 2024 12:44:55 +0000 Subject: [PATCH] chore(release): 0.34.0 [skip ci] # [0.34.0](https://github.com/arlyon/async-stripe/compare/v0.33.1...v0.34.0) (2024-02-15) ### Features * generate latest changes from OpenApi spec ([a3b0e4d](https://github.com/arlyon/async-stripe/commit/a3b0e4d84c99068e274d8ed7f319d4cc1d3db0cd)) --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46a9bd757..fedcb4d25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.34.0](https://github.com/arlyon/async-stripe/compare/v0.33.1...v0.34.0) (2024-02-15) + + +### Features + +* generate latest changes from OpenApi spec ([a3b0e4d](https://github.com/arlyon/async-stripe/commit/a3b0e4d84c99068e274d8ed7f319d4cc1d3db0cd)) + ## [0.33.1](https://github.com/arlyon/async-stripe/compare/v0.33.0...v0.33.1) (2024-02-08) diff --git a/Cargo.toml b/Cargo.toml index 15b2caad9..af6f0434f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = [ [package] name = "async-stripe" -version = "0.33.1" +version = "0.34.0" description = "API bindings for the Stripe HTTP API" rust-version = "1.68.0" authors = [