Skip to content

Commit

Permalink
chore(release): 0.37.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.37.0](v0.36.0...v0.37.0) (2024-04-30)

### Bug Fixes

* **customer-ext,PM query:** type field is optional ([362659e](362659e))

### Features

* **setup_intent:** add mandate_data for confirm ([51e34d6](51e34d6))
* **setup_intent:** verify microdeposits flow ([15b3663](15b3663))
  • Loading branch information
semantic-release-bot committed Apr 30, 2024
1 parent 56637bc commit c000481
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,16 @@
# [0.37.0](https://github.com/arlyon/async-stripe/compare/v0.36.0...v0.37.0) (2024-04-30)


### Bug Fixes

* **customer-ext,PM query:** type field is optional ([362659e](https://github.com/arlyon/async-stripe/commit/362659e3e7ace2706fae172e7936efdc5c17929d))


### Features

* **setup_intent:** add mandate_data for confirm ([51e34d6](https://github.com/arlyon/async-stripe/commit/51e34d6fec2238d27e937f361d9e0b60f1bc564c))
* **setup_intent:** verify microdeposits flow ([15b3663](https://github.com/arlyon/async-stripe/commit/15b3663336561ccf55d78dc66668d28627b4d59b))

# [0.36.0](https://github.com/arlyon/async-stripe/compare/v0.35.3...v0.36.0) (2024-04-30)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -7,7 +7,7 @@ members = [

[package]
name = "async-stripe"
version = "0.36.0"
version = "0.37.0"
description = "API bindings for the Stripe HTTP API"
rust-version = "1.74.0"
authors = [
Expand Down

0 comments on commit c000481

Please sign in to comment.