Skip to content

Commit 9cc236c

Browse files
committed
Version bump
1 parent 4212813 commit 9cc236c

File tree

7 files changed

+12
-6
lines changed

7 files changed

+12
-6
lines changed

CHANGELOG.md

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

33
### Unreleased
44

5+
### 6.0.1
6+
7+
* Handle ActiveRecord::RecordNotUnique error during sync and retry
8+
* Add retries to Stripe PaymentMethod.sync
9+
* Fix deprecation warning in tests #735
10+
511
### 6.0.0
612

713
* [Breaking] Require Stripe 8.x

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GIT
1010
PATH
1111
remote: .
1212
specs:
13-
pay (6.0.0)
13+
pay (6.0.1)
1414
rails (>= 6.0.0)
1515

1616
GEM

gemfiles/rails_6.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GIT
1010
PATH
1111
remote: ..
1212
specs:
13-
pay (6.0.0)
13+
pay (6.0.1)
1414
rails (>= 6.0.0)
1515

1616
GEM

gemfiles/rails_6_1.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GIT
1010
PATH
1111
remote: ..
1212
specs:
13-
pay (6.0.0)
13+
pay (6.0.1)
1414
rails (>= 6.0.0)
1515

1616
GEM

gemfiles/rails_7.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GIT
1010
PATH
1111
remote: ..
1212
specs:
13-
pay (6.0.0)
13+
pay (6.0.1)
1414
rails (>= 6.0.0)
1515

1616
GEM

gemfiles/rails_master.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ GIT
104104
PATH
105105
remote: ..
106106
specs:
107-
pay (6.0.0)
107+
pay (6.0.1)
108108
rails (>= 6.0.0)
109109

110110
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 = "6.0.0"
2+
VERSION = "6.0.1"
33
end

0 commit comments

Comments
 (0)