Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Oct 4, 2024
1 parent b85b088 commit 19afa98
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 11 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

### 8.1.1

* Fix `retry_failed_payment` for Stripe subscriptions #1084

### 8.1.0

* Stripe v13
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 (8.1.0)
pay (8.1.1)
rails (>= 6.0.0)

GEM
Expand Down
4 changes: 2 additions & 2 deletions 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 (8.1.0)
pay (8.1.1)
rails (>= 6.0.0)

GEM
Expand Down Expand Up @@ -312,4 +312,4 @@ DEPENDENCIES
webmock

BUNDLED WITH
2.5.17
2.5.18
4 changes: 2 additions & 2 deletions 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 (8.1.0)
pay (8.1.1)
rails (>= 6.0.0)

GEM
Expand Down Expand Up @@ -318,4 +318,4 @@ DEPENDENCIES
webmock

BUNDLED WITH
2.5.17
2.5.18
4 changes: 2 additions & 2 deletions gemfiles/rails_7_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GIT
PATH
remote: ..
specs:
pay (8.1.0)
pay (8.1.1)
rails (>= 6.0.0)

GEM
Expand Down Expand Up @@ -344,4 +344,4 @@ DEPENDENCIES
webmock

BUNDLED WITH
2.5.17
2.5.18
4 changes: 2 additions & 2 deletions gemfiles/rails_7_2.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GIT
PATH
remote: ..
specs:
pay (8.1.0)
pay (8.1.1)
rails (>= 6.0.0)

GEM
Expand Down Expand Up @@ -344,4 +344,4 @@ DEPENDENCIES
webmock

BUNDLED WITH
2.5.17
2.5.18
2 changes: 1 addition & 1 deletion gemfiles/rails_main.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ GIT
PATH
remote: ..
specs:
pay (8.1.0)
pay (8.1.1)
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 = "8.1.0"
VERSION = "8.1.1"
end

0 comments on commit 19afa98

Please sign in to comment.