We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5845555 commit 8032120Copy full SHA for 8032120
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# [0.28.0](https://github.com/arlyon/async-stripe/compare/v0.27.0...v0.28.0) (2023-12-08)
2
+
3
4
+### Features
5
6
+* generate latest changes from OpenApi spec ([4c25649](https://github.com/arlyon/async-stripe/commit/4c256490d60e8d1e158f8f6ed7300a766c1f449d))
7
8
# [0.27.0](https://github.com/arlyon/async-stripe/compare/v0.26.0...v0.27.0) (2023-12-01)
9
10
Cargo.toml
@@ -7,7 +7,7 @@ members = [
[package]
name = "async-stripe"
-version = "0.27.0"
+version = "0.28.0"
11
description = "API bindings for the Stripe HTTP API"
12
rust-version = "1.68.0"
13
authors = [
0 commit comments