Skip to content

Commit

Permalink
Packaging for release 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanahsmith committed May 12, 2015
1 parent 0d42ac2 commit 7af53e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/shopify_api/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ShopifyAPI
VERSION = "4.0.2"
VERSION = "4.0.3"
end

0 comments on commit 7af53e1

Please sign in to comment.