diff --git a/CHANGELOG.md b/CHANGELOG.md index dc7a0b05..9ba0c715 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,36 +1,27 @@ > Description -This major version of the Token Negotiator provides simplification to the library interface, and new core features including multi-attestation support. +Patch release to support the upgrade of attestations. ### Upgrade Steps -- Please refer to the migration from 2x to 3x guide. https://tokenscript.gitbook.io/token-negotiator/migrating-from-version-2x-to-3x +- Update NPM package to version 3.0.1 ### Breaking Changes -- Passive Negotiation 'tokens' hook -- Off chain interface changes -- off chain Attestation schema changes (ASN / EAS) +[none] ### New Features -- Support for multi batch EAS & ASN attestation readability and authentication -- Dynamic EAS attestation support -- AlphaWallet provider selection in active UI mode -- Ultra Network support (BETA) -- Removal of Wallet Connect V1 -- Migrated this libraries documentation from README to gitbooks https://tokenscript.gitbook.io/token-negotiator/ -- Added attestation migration support utility function 'migrateLegacyTokenStorage' +- Ability to delete existing attestations ### Bug Fixes -- MetaMask support via Wallet Connect V2 -- attestation.id modal dimensions updated for mobile and via Windows browsers +- Added support for upgrading attestations for live projects (method added via TicketStorage deleteTicketByDecodedTokenOrId) ### Performance Improvements -- Simplified off chain storage of issuer data +[none] **Full Change log**: -https://github.com/TokenScript/token-negotiator/compare/v2.7.1...v3.0.0 +https://github.com/TokenScript/token-negotiator/compare/v3.0.0...v3.0.1 diff --git a/package.json b/package.json index 772b74c5..bd746d54 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tokenscript/token-negotiator", - "version": "3.0.0", + "version": "3.0.1", "description": "Token-negotiator a token attestation bridge between web 2.0 and 3.0.", "module": "dist/index.js", "types": "dist/index.d.ts", diff --git a/src/version.ts b/src/version.ts index 01326106..91c28db2 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,2 +1,2 @@ // modified by build process. -export const VERSION = '3.0.0' +export const VERSION = '3.0.1'