File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 33Note: For changes to the API, see https://shopify.dev/changelog?filter=api
44
55## Unreleased
6- - Add ` Session#copy_attributes_from ` method
6+
7+ ## 14.2.0
8+ - [ #1309 ] ( https://github.com/Shopify/shopify-api-ruby/pull/1309 ) Add ` Session#copy_attributes_from ` method
79
810## 14.1.0
911- [ #1071 ] ( https://github.com/Shopify/shopify-api-ruby/issues/1071 ) Fix FulfillmentEvent class types
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- shopify_api (14.1 .0 )
4+ shopify_api (14.2 .0 )
55 activesupport
66 concurrent-ruby
77 hash_diff
116116 thor (>= 0.19.2 )
117117 syntax_tree (6.2.0 )
118118 prettier_print (>= 1.2.0 )
119- tapioca (0.13.1 )
119+ tapioca (0.13.3 )
120120 bundler (>= 2.2.25 )
121121 netrc (>= 0.11.0 )
122122 parallel (>= 1.21.0 )
Original file line number Diff line number Diff line change 22# frozen_string_literal: true
33
44module ShopifyAPI
5- VERSION = "14.1 .0"
5+ VERSION = "14.2 .0"
66end
You can’t perform that action at this time.
0 commit comments