diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a3213d60..f9bbbfd3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.18.2](https://github.com/arlyon/async-stripe/compare/v0.18.1...v0.18.2) (2023-02-04) + + +### Bug Fixes + +* prevent publishing the benchmark crate ([e4be54d](https://github.com/arlyon/async-stripe/commit/e4be54d0dbdec799ddab698f2941fc031b511fd1)) + ## [0.18.1](https://github.com/arlyon/async-stripe/compare/v0.18.0...v0.18.1) (2023-02-04) diff --git a/Cargo.toml b/Cargo.toml index 693858412..7ac0f6821 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = [ [package] name = "async-stripe" -version = "0.18.1" +version = "0.18.2" description = "API bindings for the Stripe HTTP API" rust-version = "1.60.0" authors = [