diff --git a/History.md b/History.md index a2875e3..a38604a 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,8 @@ +# v0.9.0 + +- iOS: Support single entry latest_receipt_info [markgardner] +- iOS: Support exclude-old-transactions [AndrewBarba] + # v0.8.0 - Amazon: Support Amazon purchase verification [KLVTZ] diff --git a/package.json b/package.json index effeb39..1edf3bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iap", - "version": "0.8.0", + "version": "0.9.0", "description": "In-app purchase validation for Apple, Google, Amazon, Roku", "main": "index.js", "scripts": {