Skip to content

Commit

Permalink
Packaging for release v13.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paulomarg committed Jul 11, 2023
1 parent 9753ba6 commit 806a599
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Note: For changes to the API, see https://shopify.dev/changelog?filter=api

## Unreleased

## 13.1.0

- [#1183](https://github.com/Shopify/shopify-api-ruby/pull/1183) Added support for API version 2023-07
- [#1157](https://github.com/Shopify/shopify-api-ruby/pull/1157) Fix an issue where read-only attributes are included when saving REST resources
- [#1169](https://github.com/Shopify/shopify-api-ruby/pull/1169) Unpin zeitwerk version from 2.6.5

Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
shopify_api (13.0.0)
shopify_api (13.1.0)
activesupport
concurrent-ruby
hash_diff
Expand All @@ -16,7 +16,7 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (7.0.4.3)
activesupport (7.0.6)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand All @@ -36,18 +36,18 @@ GEM
httparty (0.21.0)
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
i18n (1.13.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
json (2.6.2)
jwt (2.7.0)
jwt (2.7.1)
language_server-protocol (3.17.0.1)
method_source (1.0.0)
mini_mime (1.1.2)
minitest (5.15.0)
mocha (1.13.0)
multi_xml (0.6.0)
netrc (0.11.0)
oj (3.14.3)
oj (3.15.0)
openssl (3.1.0)
parallel (1.22.1)
parser (3.1.2.1)
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 = "13.0.0"
VERSION = "13.1.0"
end

0 comments on commit 806a599

Please sign in to comment.