Skip to content

Commit 78da73f

Browse files
Packaging for release 14.2.0
1 parent 63532d5 commit 78da73f

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
Note: 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

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
shopify_api (14.1.0)
4+
shopify_api (14.2.0)
55
activesupport
66
concurrent-ruby
77
hash_diff
@@ -116,7 +116,7 @@ GEM
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)

lib/shopify_api/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# frozen_string_literal: true
33

44
module ShopifyAPI
5-
VERSION = "14.1.0"
5+
VERSION = "14.2.0"
66
end

0 commit comments

Comments
 (0)