Skip to content

Commit 10dcfa8

Browse files
committed
Bump version to 2.12.0
1 parent 8e0473b commit 10dcfa8

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
- Add Stripe 14 support
44
- Add Stripe 15 support
55

6+
### 2.12.0 (Apr 21, 2025)
7+
8+
- Enhance build matrix including ruby 3.4 and rails 8 (#171)
9+
- Added support for Stripe 14 and 15 (#172)
10+
- Fix build matrix for older rails versions (#173)
11+
612
### 2.11.0 (Oct 3, 2024)
713

814
- Add Stripe 13 support (#169)

lib/stripe_event/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module StripeEvent
2-
VERSION = "2.11.0"
2+
VERSION = "2.12.0"
33
end

0 commit comments

Comments
 (0)