We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b55db47 commit 04793adCopy full SHA for 04793ad
CHANGELOG.md
@@ -3,6 +3,8 @@
3
Note: For changes to the API, see https://shopify.dev/changelog?filter=api
4
## Unreleased
5
6
+## 14.8.0
7
+
8
- [#1355](https://github.com/Shopify/shopify-api-ruby/pull/1355) Add support for 2025-01 API version
9
10
## 14.7.0
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
specs:
- shopify_api (14.7.0)
+ shopify_api (14.8.0)
activesupport
concurrent-ruby
hash_diff
lib/shopify_api/version.rb
@@ -2,5 +2,5 @@
# frozen_string_literal: true
module ShopifyAPI
- VERSION = "14.7.0"
+ VERSION = "14.8.0"
end
0 commit comments