Browse Source

Prepare packaging for release 5.0.0

Emmanuel Milou 6 years ago
parent
commit
e9b57b3910
2 changed files with 8 additions and 1 deletions
  1. 7 0
      CHANGELOG
  2. 1 1
      lib/shopify_api/version.rb

+ 7 - 0
CHANGELOG

@@ -1,3 +1,10 @@
+== Version 5.0.0
+
+* Added `ShopifyAPI::AbandonedCheckout`
+* Added support for X-Shopify-Checkout-Version header on `ShopifyAPI::Checkout`
+* Added `ShopifyAPI::ShippingRate`
+* Added support for Checkout::complete endpoint
+
 == Version 4.12.0
 
 * Added support for the GraphQL API

+ 1 - 1
lib/shopify_api/version.rb

@@ -1,3 +1,3 @@
 module ShopifyAPI
-  VERSION = "4.13.0"
+  VERSION = "5.0.0"
 end