diff --git a/History.md b/History.md index 5004fad..c07f178 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,8 @@ +# v0.6.0 + +- Support Roku purchase verification [KLVTZ] +- When shared secret is provided for an Apple subscription, use it when accessing receipt information [KLVTZ] + # v0.5.0 - Added support for Google subscriptions [kelchy] diff --git a/package.json b/package.json index 8e0f054..b902dd2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "iap", - "version": "0.5.0", - "description": "In-app purchases for Node.js (Apple, Google)", + "version": "0.6.0", + "description": "In-app purchases for Node.js (Apple, Google, Roku)", "main": "index.js", "scripts": { "test": "jshint ." @@ -14,6 +14,7 @@ "iap", "apple", "google", + "roku", "android", "purchase", "itunes"