We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afaf4c4 commit b6519b7Copy full SHA for b6519b7
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
Note: For changes to the API, see https://shopify.dev/changelog?filter=api
4
## Unreleased
5
+
6
+## 14.10.0
7
8
- [#1374](https://github.com/Shopify/shopify-api-ruby/pull/1374) Fix edge cases for Shopify internal hosts
9
10
## 14.9.0
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
remote: .
specs:
- shopify_api (14.9.0)
+ shopify_api (14.10.0)
activesupport
concurrent-ruby
hash_diff
lib/shopify_api/version.rb
@@ -2,5 +2,5 @@
# frozen_string_literal: true
module ShopifyAPI
- VERSION = "14.9.0"
+ VERSION = "14.10.0"
end
0 commit comments