Skip to content

Commit

Permalink
Packaging for release 14.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rachel-carvalho committed Apr 15, 2024
1 parent 63532d5 commit 78da73f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
Note: For changes to the API, see https://shopify.dev/changelog?filter=api

## Unreleased
- Add `Session#copy_attributes_from` method

## 14.2.0
- [#1309](https://github.com/Shopify/shopify-api-ruby/pull/1309) Add `Session#copy_attributes_from` method

## 14.1.0
- [#1071](https://github.com/Shopify/shopify-api-ruby/issues/1071) Fix FulfillmentEvent class types
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
shopify_api (14.1.0)
shopify_api (14.2.0)
activesupport
concurrent-ruby
hash_diff
Expand Down Expand Up @@ -116,7 +116,7 @@ GEM
thor (>= 0.19.2)
syntax_tree (6.2.0)
prettier_print (>= 1.2.0)
tapioca (0.13.1)
tapioca (0.13.3)
bundler (>= 2.2.25)
netrc (>= 0.11.0)
parallel (>= 1.21.0)
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.1.0"
VERSION = "14.2.0"
end

0 comments on commit 78da73f

Please sign in to comment.