Skip to content

Commit a03faf8

Browse files
committed
Version bump
1 parent a547460 commit a03faf8

9 files changed

+12
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
### Unreleased
44

5+
### 9.0.1
6+
7+
* Fix Stripe Charge `balance_transaction` syncing
8+
59
### 9.0.0
610

711
* [Breaking] Remove default `type` for Stripe Merchant Account creation

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
pay (9.0.0)
4+
pay (9.0.1)
55
rails (>= 6.0.0)
66

77
GEM

gemfiles/rails_6.1.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
pay (9.0.0)
4+
pay (9.0.1)
55
rails (>= 6.0.0)
66

77
GEM

gemfiles/rails_7.0.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
pay (9.0.0)
4+
pay (9.0.1)
55
rails (>= 6.0.0)
66

77
GEM

gemfiles/rails_7.1.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
pay (9.0.0)
4+
pay (9.0.1)
55
rails (>= 6.0.0)
66

77
GEM

gemfiles/rails_7.2.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
pay (9.0.0)
4+
pay (9.0.1)
55
rails (>= 6.0.0)
66

77
GEM

gemfiles/rails_8.0.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
pay (9.0.0)
4+
pay (9.0.1)
55
rails (>= 6.0.0)
66

77
GEM

gemfiles/rails_main.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ GIT
100100
PATH
101101
remote: ..
102102
specs:
103-
pay (9.0.0)
103+
pay (9.0.1)
104104
rails (>= 6.0.0)
105105

106106
GEM

lib/pay/version.rb

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

0 commit comments

Comments
 (0)