Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Nov 22, 2022
1 parent 8eeb781 commit 4b6c6dd
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

### Unreleased

### 6.0.3

* Validate PaymentIntent on `swap` and `retry_failed_payment`

### 6.0.2

* Retrieve PaymentIntent via API to ensure it always matches the Pay Stripe API verison
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GIT
PATH
remote: .
specs:
pay (6.0.2)
pay (6.0.3)
rails (>= 6.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GIT
PATH
remote: ..
specs:
pay (6.0.2)
pay (6.0.3)
rails (>= 6.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GIT
PATH
remote: ..
specs:
pay (6.0.2)
pay (6.0.3)
rails (>= 6.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GIT
PATH
remote: ..
specs:
pay (6.0.2)
pay (6.0.3)
rails (>= 6.0.0)

GEM
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails_master.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GIT

GIT
remote: https://github.com/rails/rails.git
revision: f2d1b7bbc758ee7fe611ea3429629b250931770f
revision: e357d72163e8d2b8526a261099e07769f7156344
branch: main
specs:
actioncable (7.1.0.alpha)
Expand Down Expand Up @@ -104,7 +104,7 @@ GIT
PATH
remote: ..
specs:
pay (6.0.2)
pay (6.0.3)
rails (>= 6.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/pay/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Pay
VERSION = "6.0.2"
VERSION = "6.0.3"
end

0 comments on commit 4b6c6dd

Please sign in to comment.