Explorar o código

Merge pull request #368 from Shopify/bump-version

Bump gem to version 4.9.0
Jordan Liddle %!s(int64=7) %!d(string=hai) anos
pai
achega
7d4ef9d0d3
Modificáronse 2 ficheiros con 6 adicións e 1 borrados
  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