فهرست منبع

Packaging for 3.0.1 release

Turns out version 3.0.0 was released without being tagged and without the
CHANGELOG being updated.
Dylan Smith 12 سال پیش
والد
کامیت
fe1fd08169
2فایلهای تغییر یافته به همراه5 افزوده شده و 2 حذف شده
  1. 4 1
      CHANGELOG
  2. 1 1
      lib/shopify_api/version.rb

+ 4 - 1
CHANGELOG

@@ -1,8 +1,11 @@
+== Version 3.0.1
+
+* Fix saving nested resources in ActiveResource 3.1+
+
 == Version 3.0.0
 
 * Added support for OAuth Authentication
 * Removal of support for Legacy Authentication
-* Fix saving nested resources in ActiveResource 3.1+
 * Added Cart resource
 
 == Version 2.3.0

+ 1 - 1
lib/shopify_api/version.rb

@@ -1,3 +1,3 @@
 module ShopifyAPI
-  VERSION = "3.0.0"
+  VERSION = "3.0.1"
 end