Skip to content

Commit

Permalink
chore(release): 0.18.4 [skip ci]
Browse files Browse the repository at this point in the history
## [0.18.4](v0.18.3...v0.18.4) (2023-03-05)

### Bug Fixes

* add missing prefix for CheckoutSessionItemId ([c6bdb57](c6bdb57))
  • Loading branch information
semantic-release-bot committed Mar 5, 2023
1 parent cacdb89 commit ba07d19
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## [0.18.4](https://github.com/arlyon/async-stripe/compare/v0.18.3...v0.18.4) (2023-03-05)


### Bug Fixes

* add missing prefix for CheckoutSessionItemId ([c6bdb57](https://github.com/arlyon/async-stripe/commit/c6bdb572920d466d6db73d4445e2b1921c01acff))

## [0.18.3](https://github.com/arlyon/async-stripe/compare/v0.18.2...v0.18.3) (2023-02-20)


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

[package]
name = "async-stripe"
version = "0.18.3"
version = "0.18.4"
description = "API bindings for the Stripe HTTP API"
rust-version = "1.63.0"
authors = [
Expand Down

0 comments on commit ba07d19

Please sign in to comment.