Skip to content

Commit 04793ad

Browse files
authored
Package for release 14.8.0 (#1357)
1 parent b55db47 commit 04793ad

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

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

6+
## 14.8.0
7+
68
- [#1355](https://github.com/Shopify/shopify-api-ruby/pull/1355) Add support for 2025-01 API version
79

810
## 14.7.0

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
shopify_api (14.7.0)
4+
shopify_api (14.8.0)
55
activesupport
66
concurrent-ruby
77
hash_diff

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 = "14.7.0"
5+
VERSION = "14.8.0"
66
end

0 commit comments

Comments
 (0)