Skip to content

Commit

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

### Features

* Add `retrieve_line_items` function for `CheckoutSession` ([5c74b3b](5c74b3b))
  • Loading branch information
semantic-release-bot committed Apr 30, 2024
1 parent 2a6a974 commit a6dd321
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.36.0](https://github.com/arlyon/async-stripe/compare/v0.35.3...v0.36.0) (2024-04-30)


### Features

* Add `retrieve_line_items` function for `CheckoutSession` ([5c74b3b](https://github.com/arlyon/async-stripe/commit/5c74b3b13fc30e7f81191c43016ab46c3d8ef9d6))

## [0.35.3](https://github.com/arlyon/async-stripe/compare/v0.35.2...v0.35.3) (2024-04-26)


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

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

0 comments on commit a6dd321

Please sign in to comment.