Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Jan 9, 2023
1 parent fd5cc7b commit 827b3d0
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 13 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@

### Unreleased

### 6.2.4

* Set `created_at` on Braintree charges to match transaction created_at
* Sync Braintree payment method during subscription sync since we already have to look it up
* Handle missing Braintree subscription when syncing charge
* Fix `Pay::Charge.payment_processor` scopes to join the customers table

# 6.2.3
### 6.2.3

* Fix Braintree PaymentMethod sync reference to gateway

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GIT
PATH
remote: .
specs:
pay (6.2.3)
pay (6.2.4)
rails (>= 6.0.0)

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

BUNDLED WITH
2.4.2
2.4.3
4 changes: 2 additions & 2 deletions 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.2.3)
pay (6.2.4)
rails (>= 6.0.0)

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

BUNDLED WITH
2.4.2
2.4.3
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 (6.2.3)
pay (6.2.4)
rails (>= 6.0.0)

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

BUNDLED WITH
2.4.2
2.4.3
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 (6.2.3)
pay (6.2.4)
rails (>= 6.0.0)

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

BUNDLED WITH
2.4.2
2.4.3
6 changes: 3 additions & 3 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: 43b1c3371abc3d22acdf5c4f6e079c9549d381d7
revision: a4b098a12f937d1d35b747fcbcfc69b840ce59ae
branch: main
specs:
actioncable (7.1.0.alpha)
Expand Down Expand Up @@ -103,7 +103,7 @@ GIT
PATH
remote: ..
specs:
pay (6.2.3)
pay (6.2.4)
rails (>= 6.0.0)

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

BUNDLED WITH
2.4.2
2.4.3
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.2.3"
VERSION = "6.2.4"
end

0 comments on commit 827b3d0

Please sign in to comment.