Skip to content

Commit

Permalink
Package for release 14.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sle-c committed Jan 3, 2025
1 parent b55db47 commit 42d3426
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
Note: For changes to the API, see https://shopify.dev/changelog?filter=api
## Unreleased

## 14.8.0

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

## 14.7.0
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:
shopify_api (14.7.0)
shopify_api (14.8.0)
activesupport
concurrent-ruby
hash_diff
Expand Down
2 changes: 1 addition & 1 deletion lib/shopify_api/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# frozen_string_literal: true

module ShopifyAPI
VERSION = "14.7.0"
VERSION = "14.8.0"
end

0 comments on commit 42d3426

Please sign in to comment.