소스 검색

Packaging for release 4.0.3

Dylan Thacker-Smith 9 년 전
부모
커밋
7af53e19a2
2개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 0
      CHANGELOG
  2. 1 1
      lib/shopify_api/version.rb

+ 4 - 0
CHANGELOG

@@ -1,3 +1,7 @@
+== Version 4.0.3
+
+* Fixed hmac signature validation for params with delimiters (`&`, `=` or `%`)
+
 == Version 4.0.2
 
 * Verify that the shop domain is a subdomain of .myshopify.com which creating the session

+ 1 - 1
lib/shopify_api/version.rb

@@ -1,3 +1,3 @@
 module ShopifyAPI
-  VERSION = "4.0.2"
+  VERSION = "4.0.3"
 end