From d33d6cdf9004805ef28c8eacdb7baa43adc516cc Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 4 Feb 2023 08:51:21 +0000 Subject: [PATCH] chore(release): 0.18.0 [skip ci] # [0.18.0](https://github.com/arlyon/async-stripe/compare/v0.17.0...v0.18.0) (2023-02-04) ### Features * fn to expire checkout sessions ([0368c79](https://github.com/arlyon/async-stripe/commit/0368c79f065cfc179855bc7fc60fa157ac758d1f)) --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd82677a9..52dedc687 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.18.0](https://github.com/arlyon/async-stripe/compare/v0.17.0...v0.18.0) (2023-02-04) + + +### Features + +* fn to expire checkout sessions ([0368c79](https://github.com/arlyon/async-stripe/commit/0368c79f065cfc179855bc7fc60fa157ac758d1f)) + # [0.17.0](https://github.com/arlyon/async-stripe/compare/v0.16.0...v0.17.0) (2023-02-01) diff --git a/Cargo.toml b/Cargo.toml index e14722500..4af0abd4f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = [ [package] name = "async-stripe" -version = "0.17.0" +version = "0.18.0" description = "API bindings for the Stripe HTTP API" rust-version = "1.60.0" authors = [