Parcourir la source

Merge pull request #368 from Shopify/bump-version

Bump gem to version 4.9.0
Jordan Liddle il y a 7 ans
Parent
commit
7d4ef9d0d3
2 fichiers modifiés avec 6 ajouts et 1 suppressions
  1. 5 0
      CHANGELOG
  2. 1 1
      lib/shopify_api/version.rb

+ 5 - 0
CHANGELOG

@@ -1,3 +1,8 @@
+== Version 4.9.0
+
+* Added `ShopifyAPI::PriceRule`
+* Added `ShopifyAPI::DiscountCode`
+
 == Version 4.8.0
 
 * Added `add_engagements` to `ShopifyAPI::MarketingEvent`

+ 1 - 1
lib/shopify_api/version.rb

@@ -1,3 +1,3 @@
 module ShopifyAPI
-  VERSION = "4.8.0"
+  VERSION = "4.9.0"
 end