Browse Source

Update gem version.

Tieshia Francis 6 years ago
parent
commit
5e3f1d610d
2 changed files with 5 additions and 1 deletions
  1. 4 0
      CHANGELOG
  2. 1 1
      lib/shopify_api/version.rb

+ 4 - 0
CHANGELOG

@@ -1,3 +1,7 @@
+== Version 5.2.3
+
+* Update delivery confirmation resource to delivery confirmation details resource.
+
 == Version 5.2.2
 
 * Add delivery confirmation endpoint to Ping resources.

+ 1 - 1
lib/shopify_api/version.rb

@@ -1,3 +1,3 @@
 module ShopifyAPI
-  VERSION = "5.2.2"
+  VERSION = "5.2.3"
 end