Skip to content

Commit

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

### Bug Fixes

* expose the `auto_advance` field from the `FinalizeInvoiceParams` struct ([ae1a807](ae1a807))
  • Loading branch information
semantic-release-bot committed Feb 8, 2024
1 parent dbea2ce commit f3f06a3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.33.1](https://github.com/arlyon/async-stripe/compare/v0.33.0...v0.33.1) (2024-02-08)


### Bug Fixes

* expose the `auto_advance` field from the `FinalizeInvoiceParams` struct ([ae1a807](https://github.com/arlyon/async-stripe/commit/ae1a807e202f32f3ff8405fdbc1d14aca44c41e8))

# [0.33.0](https://github.com/arlyon/async-stripe/compare/v0.32.0...v0.33.0) (2024-02-02)


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.33.0"
version = "0.33.1"
description = "API bindings for the Stripe HTTP API"
rust-version = "1.68.0"
authors = [
Expand Down

0 comments on commit f3f06a3

Please sign in to comment.