From e26c9bec16a987b1c4e363eaae64e132950e3ff9 Mon Sep 17 00:00:00 2001 From: Morley Zhi Date: Mon, 27 Apr 2020 16:30:12 -0400 Subject: [PATCH] Bump version --- CHANGELOG.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c5ac2c4..c88604a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - When parsing API responses, take extra care making sure that the responses are valid JSON, and throw if not. +- [DataProvider] Add memo information to payments. - [KeyManager] Correctly handle non-successful HTTP status codes when fetching auth tokens. - [KeyManager] fetchAuthToken now accepts another account, if you're trying to diff --git a/package.json b/package.json index 9110bec7..7559139e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stellar/wallet-sdk", - "version": "0.0.9-rc.8", + "version": "0.0.9-rc.9", "description": "Libraries to help you write Stellar-enabled wallets in Javascript", "main": "dist/index.js", "types": "dist/index.d.ts",