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 bdc4b1a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
Note: For changes to the API, see https://shopify.dev/changelog?filter=api

## Unreleased

## 14.2.0
- Add `Session#copy_attributes_from` method

## 14.1.0
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 bdc4b1a

Please sign in to comment.