Skip to content

Commit

Permalink
Merge pull request #1326 from Shopify/v14_4_0
Browse files Browse the repository at this point in the history
Packaging for release v14.4.0
  • Loading branch information
paulomarg committed Jul 2, 2024
2 parents 52d3173 + 6a0e17e commit ebf1b60
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ Note: For changes to the API, see https://shopify.dev/changelog?filter=api

## Unreleased

- [#1320](https://github.com/Shopify/shopify-api-ruby/pull/1320) Fix sorbet type on Shop.tax_shipping field
## 14.4.0

- [#1325](https://github.com/Shopify/shopify-api-ruby/pull/1325) Add support for 2024-07 API version
- [#1320](https://github.com/Shopify/shopify-api-ruby/pull/1320) Fix sorbet type on Shop.tax_shipping field

## 14.3.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.3.0)
shopify_api (14.4.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.3.0"
VERSION = "14.4.0"
end

0 comments on commit ebf1b60

Please sign in to comment.