Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Dec 13, 2024
1 parent 44be9ba commit cfec031
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 14 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.2.2

* Compatibility with frozen string literals

### 8.2.1

* Add `meta` to LemonSqueezy webhook objects. LemonSqueezy does not store metadata and they're only temporarily accessible via the webhook meta.
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
pay (8.2.1)
pay (8.2.2)
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
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
pay (8.2.1)
pay (8.2.2)
rails (>= 6.0.0)

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

BUNDLED WITH
2.6.0.dev
2.5.23
4 changes: 2 additions & 2 deletions gemfiles/rails_7.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
pay (8.2.1)
pay (8.2.2)
rails (>= 6.0.0)

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

BUNDLED WITH
2.6.0.dev
2.5.23
4 changes: 2 additions & 2 deletions gemfiles/rails_7.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
pay (8.2.1)
pay (8.2.2)
rails (>= 6.0.0)

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

BUNDLED WITH
2.6.0.dev
2.5.23
4 changes: 2 additions & 2 deletions gemfiles/rails_7.2.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
pay (8.2.1)
pay (8.2.2)
rails (>= 6.0.0)

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

BUNDLED WITH
2.6.0.dev
2.5.23
4 changes: 2 additions & 2 deletions gemfiles/rails_8.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
pay (8.2.1)
pay (8.2.2)
rails (>= 6.0.0)

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

BUNDLED WITH
2.6.0.dev
2.5.23
4 changes: 2 additions & 2 deletions gemfiles/rails_main.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ GIT
PATH
remote: ..
specs:
pay (8.2.1)
pay (8.2.2)
rails (>= 6.0.0)

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

BUNDLED WITH
2.6.0.dev
2.5.23
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.2.1"
VERSION = "8.2.2"
end

0 comments on commit cfec031

Please sign in to comment.