Explorar el Código

Bump version to v4.0.6

Adam Doeler hace 9 años
padre
commit
0d35f1df53
Se han modificado 2 ficheros con 5 adiciones y 1 borrados
  1. 4 0
      CHANGELOG
  2. 1 1
      lib/shopify_api/version.rb

+ 4 - 0
CHANGELOG

@@ -1,3 +1,7 @@
+== Version 4.0.6
+
+* Replaced `cancelled` with `expired` in `ShopifyAPI::ApplicationCharge`
+
 == Version 4.0.5
 
 * Added `pending`, `cancelled`, `accepted`, `declined` helper methods to `ShopifyAPI::ApplicationCharge`

+ 1 - 1
lib/shopify_api/version.rb

@@ -1,3 +1,3 @@
 module ShopifyAPI
-  VERSION = "4.0.5"
+  VERSION = "4.0.6"
 end