diff --git a/@stellar/typescript-wallet-sdk-km/CHANGELOG.MD b/@stellar/typescript-wallet-sdk-km/CHANGELOG.MD index af756a4..ade0f57 100644 --- a/@stellar/typescript-wallet-sdk-km/CHANGELOG.MD +++ b/@stellar/typescript-wallet-sdk-km/CHANGELOG.MD @@ -1,3 +1,8 @@ +# Release notes - Typescript Wallet SDK Key Manager - 1.6.0 + +### Added +* Upgrade @stellar/stellar-sdk to 12.1.0 (#143) + # Release notes - Typescript Wallet SDK Key Manager - 1.5.0 ### Added diff --git a/@stellar/typescript-wallet-sdk-km/package.json b/@stellar/typescript-wallet-sdk-km/package.json index 127897e..019e370 100644 --- a/@stellar/typescript-wallet-sdk-km/package.json +++ b/@stellar/typescript-wallet-sdk-km/package.json @@ -1,6 +1,6 @@ { "name": "@stellar/typescript-wallet-sdk-km", - "version": "1.5.0", + "version": "1.6.0", "engines": { "node": ">=18" }, diff --git a/@stellar/typescript-wallet-sdk-soroban/CHANGELOG.MD b/@stellar/typescript-wallet-sdk-soroban/CHANGELOG.MD index bb5f6e9..cbfb175 100644 --- a/@stellar/typescript-wallet-sdk-soroban/CHANGELOG.MD +++ b/@stellar/typescript-wallet-sdk-soroban/CHANGELOG.MD @@ -1,4 +1,9 @@ -# Release notes - Typescript Wallet SDK Key Soroban - 1.5.0 +# Release notes - Typescript Wallet SDK Soroban - 1.6.0 + +### Added +* Upgrade @stellar/stellar-sdk to 12.1.0 (#143) + +# Release notes - Typescript Wallet SDK Soroban - 1.5.0 ### Added * Init to the project, added soroban functionality diff --git a/@stellar/typescript-wallet-sdk-soroban/package.json b/@stellar/typescript-wallet-sdk-soroban/package.json index 1294f69..d1de752 100644 --- a/@stellar/typescript-wallet-sdk-soroban/package.json +++ b/@stellar/typescript-wallet-sdk-soroban/package.json @@ -1,6 +1,6 @@ { "name": "@stellar/typescript-wallet-sdk-soroban", - "version": "1.5.0", + "version": "1.6.0", "engines": { "node": ">=18" }, diff --git a/@stellar/typescript-wallet-sdk/CHANGELOG.MD b/@stellar/typescript-wallet-sdk/CHANGELOG.MD index bd75d5b..8fc1cc6 100644 --- a/@stellar/typescript-wallet-sdk/CHANGELOG.MD +++ b/@stellar/typescript-wallet-sdk/CHANGELOG.MD @@ -1,6 +1,16 @@ +# Release notes - Typescript Wallet SDK - 1.6.0 + +### Added +* Support for Sep-7 (#141)(#144) +* Upgrade @stellar/stellar-sdk to 12.1.0 (#143) +* New on_hold status (#140) + +### Fixed +* [BREAKING CHANGE] Fix response objects returned on Customer functions (#142) + # Release notes - Typescript Wallet SDK - 1.5.0 -# Added +### Added * AuthHeaderSigner to Authentication Flow * End to end tests for testing browser build * Beta builds on merges to develop branch diff --git a/@stellar/typescript-wallet-sdk/package.json b/@stellar/typescript-wallet-sdk/package.json index 69c9e71..3e50f50 100644 --- a/@stellar/typescript-wallet-sdk/package.json +++ b/@stellar/typescript-wallet-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@stellar/typescript-wallet-sdk", - "version": "1.5.0", + "version": "1.6.0", "engines": { "node": ">=18" },