Explorar o código

Bumps version to 4.2.1

Gareth du Plooy %!s(int64=8) %!d(string=hai) anos
pai
achega
3d7dc71c72
Modificáronse 2 ficheiros con 7 adicións e 1 borrados
  1. 6 0
      CHANGELOG
  2. 1 1
      lib/shopify_api/version.rb

+ 6 - 0
CHANGELOG

@@ -1,3 +1,9 @@
+== Version 4.2.1
+
+* Support for Users and Discounts (Shopify Plus only)
+* Adds Customer#account_activation_url method
+* Adds ability to open a fulfillment.
+
 == Version 4.2.0
 
 * Threadsafety is now compatible with the latest ActiveResource master

+ 1 - 1
lib/shopify_api/version.rb

@@ -1,3 +1,3 @@
 module ShopifyAPI
-  VERSION = "4.2.0"
+  VERSION = "4.2.1"
 end