Skip to content

Commit 32b1fe3

Browse files
committed
Packaging for release v12.2.0
1 parent c8a8815 commit 32b1fe3

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Note: For changes to the API, see https://shopify.dev/changelog?filter=api
44

55
## Unreleased
66

7+
## Version 12.2.0
8+
79
- [#1023](https://github.com/Shopify/shopify-api-ruby/pull/1023) Allow custom scopes during the OAuth process
810

911
## Version 12.1.0

Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
shopify_api (12.1.0)
4+
shopify_api (12.2.0)
55
concurrent-ruby
66
hash_diff
77
httparty
@@ -37,7 +37,7 @@ GEM
3737
i18n (1.8.11)
3838
concurrent-ruby (~> 1.0)
3939
json (2.6.2)
40-
jwt (2.4.1)
40+
jwt (2.5.0)
4141
language_server-protocol (3.17.0.1)
4242
method_source (1.0.0)
4343
mime-types (3.4.1)
@@ -102,7 +102,7 @@ GEM
102102
thor (>= 0.19.2)
103103
syntax_tree (3.6.1)
104104
prettier_print
105-
tapioca (0.10.1)
105+
tapioca (0.10.2)
106106
bundler (>= 1.17.3)
107107
netrc (>= 0.11.0)
108108
parallel (>= 1.21.0)

lib/shopify_api/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# frozen_string_literal: true
33

44
module ShopifyAPI
5-
VERSION = "12.1.0"
5+
VERSION = "12.2.0"
66
end

0 commit comments

Comments
 (0)