Skip to content

Commit

Permalink
chore(release): 0.39.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.39.0](v0.38.1...v0.39.0) (2024-08-31)

### Bug Fixes

* `post` -> `post_form` ([bc39260](bc39260))
* Move `promotion_code_ext` to `products` feature ([32435f3](32435f3))
* Re-export ([24f1782](24f1782))

### Features

* Create promotion code ([0fde9eb](0fde9eb))
  • Loading branch information
semantic-release-bot committed Aug 31, 2024
1 parent 5565536 commit 9cfd265
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [0.39.0](https://github.com/arlyon/async-stripe/compare/v0.38.1...v0.39.0) (2024-08-31)


### Bug Fixes

* `post` -> `post_form` ([bc39260](https://github.com/arlyon/async-stripe/commit/bc3926039eb50d48cf8f20ddb8110c847e7f7f00))
* Move `promotion_code_ext` to `products` feature ([32435f3](https://github.com/arlyon/async-stripe/commit/32435f38c242ad47d8c992d1178736c460f107f2))
* Re-export ([24f1782](https://github.com/arlyon/async-stripe/commit/24f17823b1812886bda32762f9de66dceb83559b))


### Features

* Create promotion code ([0fde9eb](https://github.com/arlyon/async-stripe/commit/0fde9eb6bc3333bab3bb135709697d114017be4a))

## [0.38.1](https://github.com/arlyon/async-stripe/compare/v0.38.0...v0.38.1) (2024-08-06)


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

0 comments on commit 9cfd265

Please sign in to comment.