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 3e8498f commit 8c872d1Copy full SHA for 8c872d1
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# [0.41.0](https://github.com/arlyon/async-stripe/compare/v0.40.2...v0.41.0) (2025-04-08)
2
+
3
4
+### Features
5
6
+* include refund events in EventType enum ([1a164c8](https://github.com/arlyon/async-stripe/commit/1a164c82de55c55a7f100251332f7a258e62da08))
7
8
## [0.40.2](https://github.com/arlyon/async-stripe/compare/v0.40.1...v0.40.2) (2025-03-21)
9
10
Cargo.toml
@@ -7,7 +7,7 @@ members = [
[package]
name = "async-stripe"
-version = "0.40.2"
+version = "0.41.0"
11
description = "API bindings for the Stripe HTTP API"
12
rust-version = "1.82.0"
13
authors = [
0 commit comments