Browse Source

Bump to version 4.3.0

Scott Walkinshaw 8 years ago
parent
commit
4db6d142a3
2 changed files with 6 additions and 1 deletions
  1. 5 0
      CHANGELOG
  2. 1 1
      lib/shopify_api/version.rb

+ 5 - 0
CHANGELOG

@@ -1,3 +1,8 @@
+== Version 4.3.0
+
+* Require Ruby >= `2.3.0`
+* Use inheritance instead of the deprecated Rails `Module#alias_method_chain`
+
 == Version 4.2.2
 
 * Support for AccessToken#delegate endpoint

+ 1 - 1
lib/shopify_api/version.rb

@@ -1,3 +1,3 @@
 module ShopifyAPI
-  VERSION = "4.2.2"
+  VERSION = "4.3.0"
 end