diff --git a/History.md b/History.md index da2cc8a..a2875e3 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,7 @@ +# v0.8.0 + +- Amazon: Support Amazon purchase verification [KLVTZ] + # v0.7.0 - Apple: latestReceiptInfo added to subscription receipts. diff --git a/package.json b/package.json index 52cc194..0b656b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iap", - "version": "0.7.0", + "version": "0.8.0", "description": "In-app purchases for Node.js (Apple, Google, Roku)", "main": "index.js", "scripts": {