diff --git a/CHANGELOG.md b/CHANGELOG.md index f9bbbfd3d..a06f144ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.18.3](https://github.com/arlyon/async-stripe/compare/v0.18.2...v0.18.3) (2023-02-20) + + +### Bug Fixes + +* reexport duplicate SubscriptionPaymentBehaviour ([dbcff41](https://github.com/arlyon/async-stripe/commit/dbcff4189528483e72b4fa2c00a2396900aa97b8)) + ## [0.18.2](https://github.com/arlyon/async-stripe/compare/v0.18.1...v0.18.2) (2023-02-04) diff --git a/Cargo.toml b/Cargo.toml index 7ac0f6821..b4e1b55e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = [ [package] name = "async-stripe" -version = "0.18.2" +version = "0.18.3" description = "API bindings for the Stripe HTTP API" rust-version = "1.60.0" authors = [