Skip to content

Commit

Permalink
Merge pull request #1291 from Shopify/liz/14.0.1
Browse files Browse the repository at this point in the history
Packaging for release 14.0.1
  • Loading branch information
lizkenyon committed Mar 12, 2024
2 parents 37cbb3e + 24a213b commit 9c96648
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Note: For changes to the API, see https://shopify.dev/changelog?filter=api

## Unreleased

## 14.0.1
- [#1288](https://github.com/Shopify/shopify-api-ruby/pull/1288) Fix FeatureDeprecatedError being raised without a message.
- [1290](https://github.com/Shopify/shopify-api-ruby/pull/1290) Move deprecation of `ShopifyAPI::Webhooks::Handler#handle` to version 15.0.0

Expand Down
13 changes: 6 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
shopify_api (14.0.0)
shopify_api (14.0.1)
activesupport
concurrent-ruby
hash_diff
Expand All @@ -16,7 +16,7 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (7.1.3)
activesupport (7.1.3.2)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
Expand All @@ -37,19 +37,19 @@ GEM
connection_pool (2.4.1)
crack (0.4.5)
rexml
drb (2.2.0)
ruby2_keywords
drb (2.2.1)
erubi (1.12.0)
fakefs (1.4.1)
hash_diff (1.1.1)
hashdiff (1.0.1)
httparty (0.21.0)
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
i18n (1.14.1)
i18n (1.14.4)
concurrent-ruby (~> 1.0)
json (2.6.2)
jwt (2.7.1)
jwt (2.8.1)
base64
method_source (1.0.0)
mini_mime (1.1.5)
minitest (5.15.0)
Expand Down Expand Up @@ -98,7 +98,6 @@ GEM
rubocop-sorbet (0.6.11)
rubocop (>= 0.90.0)
ruby-progressbar (1.11.0)
ruby2_keywords (0.0.5)
securerandom (0.3.1)
sorbet (0.5.11230)
sorbet-static (= 0.5.11230)
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.0.0"
VERSION = "14.0.1"
end

0 comments on commit 9c96648

Please sign in to comment.