From 91f6fd207ba593ba8f32a029cfab0369a4f46495 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 4 Feb 2023 14:50:41 +0000 Subject: [PATCH] chore(release): 0.18.1 [skip ci] ## [0.18.1](https://github.com/arlyon/async-stripe/compare/v0.18.0...v0.18.1) (2023-02-04) ### Bug Fixes * prevent publishing the openapi crate ([6de846e](https://github.com/arlyon/async-stripe/commit/6de846e922dcf4cf828202f26a085aee6a2147ae)) --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52dedc687..1a3213d60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.18.1](https://github.com/arlyon/async-stripe/compare/v0.18.0...v0.18.1) (2023-02-04) + + +### Bug Fixes + +* prevent publishing the openapi crate ([6de846e](https://github.com/arlyon/async-stripe/commit/6de846e922dcf4cf828202f26a085aee6a2147ae)) + # [0.18.0](https://github.com/arlyon/async-stripe/compare/v0.17.0...v0.18.0) (2023-02-04) diff --git a/Cargo.toml b/Cargo.toml index adfb7ff09..693858412 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = [ [package] name = "async-stripe" -version = "0.18.0" +version = "0.18.1" description = "API bindings for the Stripe HTTP API" rust-version = "1.60.0" authors = [