diff --git a/CHANGELOG.md b/CHANGELOG.md index 92fac56d0..d1d8bfa94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.20.0](https://github.com/arlyon/async-stripe/compare/v0.19.0...v0.20.0) (2023-03-09) + + +### Features + +* Implement Balance retrieve ([7509c98](https://github.com/arlyon/async-stripe/commit/7509c9878f9c85b91949e7dfeb1e1890a63f9fc2)) + # [0.19.0](https://github.com/arlyon/async-stripe/compare/v0.18.4...v0.19.0) (2023-03-05) diff --git a/Cargo.toml b/Cargo.toml index f08ed42bf..298deeb9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = [ [package] name = "async-stripe" -version = "0.19.0" +version = "0.20.0" description = "API bindings for the Stripe HTTP API" rust-version = "1.63.0" authors = [