We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b146058 commit 013e819Copy full SHA for 013e819
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# [0.18.0](https://github.com/arlyon/async-stripe/compare/v0.17.0...v0.18.0) (2023-02-04)
2
+
3
4
+### Features
5
6
+* fn to expire checkout sessions ([0368c79](https://github.com/arlyon/async-stripe/commit/0368c79f065cfc179855bc7fc60fa157ac758d1f))
7
8
# [0.17.0](https://github.com/arlyon/async-stripe/compare/v0.16.0...v0.17.0) (2023-02-01)
9
10
Cargo.toml
@@ -7,7 +7,7 @@ members = [
[package]
name = "async-stripe"
-version = "0.17.0"
+version = "0.18.0"
11
description = "API bindings for the Stripe HTTP API"
12
rust-version = "1.60.0"
13
authors = [
0 commit comments