From e0f4de989afd21868d493f082c467a5c06578d90 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 9 May 2023 21:31:32 +0000 Subject: [PATCH] chore(release): 0.22.1 [skip ci] ## [0.22.1](https://github.com/arlyon/async-stripe/compare/v0.22.0...v0.22.1) (2023-05-09) ### Bug Fixes * Move feature check to `build.rs` ([8d06be0](https://github.com/arlyon/async-stripe/commit/8d06be0f45aa645ce0e491a21cae33d4acc08b43)) --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d026fc7d9..185fddb84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.22.1](https://github.com/arlyon/async-stripe/compare/v0.22.0...v0.22.1) (2023-05-09) + + +### Bug Fixes + +* Move feature check to `build.rs` ([8d06be0](https://github.com/arlyon/async-stripe/commit/8d06be0f45aa645ce0e491a21cae33d4acc08b43)) + # [0.22.0](https://github.com/arlyon/async-stripe/compare/v0.21.0...v0.22.0) (2023-04-18) diff --git a/Cargo.toml b/Cargo.toml index c4436171c..92c1c1ea0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = [ [package] name = "async-stripe" -version = "0.22.0" +version = "0.22.1" description = "API bindings for the Stripe HTTP API" rust-version = "1.63.0" authors = [