Skip to content

Commit

Permalink
chore(release): 0.33.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.33.0](v0.32.0...v0.33.0) (2024-02-02)

### Bug Fixes

* support pdp_ as an id prefix for dispute objects ([be506d6](be506d6))

### Features

* generate latest changes from OpenApi spec ([29a457d](29a457d))
  • Loading branch information
semantic-release-bot committed Feb 2, 2024
1 parent 2b6345f commit 7f2b1a9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [0.33.0](https://github.com/arlyon/async-stripe/compare/v0.32.0...v0.33.0) (2024-02-02)


### Bug Fixes

* support pdp_ as an id prefix for dispute objects ([be506d6](https://github.com/arlyon/async-stripe/commit/be506d6fc6fa41dd6085d3887abbadbef069432c))


### Features

* generate latest changes from OpenApi spec ([29a457d](https://github.com/arlyon/async-stripe/commit/29a457d280f25ebd7d95e80ad5a4af4172e05682))

# [0.32.0](https://github.com/arlyon/async-stripe/compare/v0.31.2...v0.32.0) (2024-01-27)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ members = [

[package]
name = "async-stripe"
version = "0.32.0"
version = "0.33.0"
description = "API bindings for the Stripe HTTP API"
rust-version = "1.68.0"
authors = [
Expand Down

0 comments on commit 7f2b1a9

Please sign in to comment.