Skip to content

Commit 39a9eb1

Browse files
committed
v0.0.2
1 parent d61c99a commit 39a9eb1

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

Changes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2026-04-16 v0.0.2
2+
--------------------
3+
* Add support for executing bulk queries
4+
* Add #mutation method, which is the same as #create

lib/shopify_api/graphql/bulk/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module ShopifyAPI
44
module GraphQL
55
module Bulk
6-
VERSION = "0.0.1"
6+
VERSION = "0.0.2"
77
end
88
end
99
end

0 commit comments

Comments
 (0)