Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Jan 12, 2024
1 parent da5cb60 commit 4caac0b
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 6 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

### 7.1.1

* Update `trial_ends_at` when Paddle Billing & Classic subscriptions change to `active` or `past_due` [#936](https://github.com/pay-rails/pay/pull/936)

### 7.1.0

* Add `pay_amount_to_currency` view helper
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ GIT
PATH
remote: .
specs:
pay (7.1.0)
pay (7.1.1)
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 @@ -19,7 +19,7 @@ GIT
PATH
remote: ..
specs:
pay (7.1.0)
pay (7.1.1)
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 @@ -19,7 +19,7 @@ GIT
PATH
remote: ..
specs:
pay (7.1.0)
pay (7.1.1)
rails (>= 6.0.0)

GEM
Expand Down
6 changes: 5 additions & 1 deletion gemfiles/rails_7_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ GIT
PATH
remote: ..
specs:
pay (7.1.0)
pay (7.1.1)
rails (>= 6.0.0)

GEM
Expand Down Expand Up @@ -169,6 +169,8 @@ GEM
net-smtp (0.4.0.1)
net-protocol
nio4r (2.7.0)
nokogiri (1.16.0-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.0-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.0-x86_64-linux)
Expand Down Expand Up @@ -266,6 +268,7 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.7.0-arm64-darwin)
sqlite3 (1.7.0-x86_64-darwin)
sqlite3 (1.7.0-x86_64-linux)
standard (1.33.0)
Expand Down Expand Up @@ -312,6 +315,7 @@ GEM
zeitwerk (2.6.12)

PLATFORMS
arm64-darwin-22
x86_64-darwin-22
x86_64-linux

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_main.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ GIT
PATH
remote: ..
specs:
pay (7.1.0)
pay (7.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 = "7.1.0"
VERSION = "7.1.1"
end

0 comments on commit 4caac0b

Please sign in to comment.