Browse Source

Gemfile version bump

Jesse McGinnis 8 years ago
parent
commit
d2259d0950
2 changed files with 6 additions and 1 deletions
  1. 5 0
      CHANGELOG
  2. 1 1
      lib/shopify_api/version.rb

+ 5 - 0
CHANGELOG

@@ -1,3 +1,8 @@
+== Version 4.4.0
+
+* Added `ShopifyAPI::CustomerInvite`
+* Support for Customer#send_invite endpoint
+
 == Version 4.3.8
 
 * Added `ShopifyAPI::ResourceFeedback`

+ 1 - 1
lib/shopify_api/version.rb

@@ -1,3 +1,3 @@
 module ShopifyAPI
-  VERSION = "4.3.9"
+  VERSION = "4.4.0"
 end