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 = [