Skip to content

Commit 9bd7ffc

Browse files
Nick TarasNick Taras
authored andcommitted
added change log
1 parent 689748b commit 9bd7ffc

File tree

3 files changed

+9
-18
lines changed

3 files changed

+9
-18
lines changed

CHANGELOG.md

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,27 @@
11
> Description
22
3-
This major version of the Token Negotiator provides simplification to the library interface, and new core features including multi-attestation support.
3+
Patch release to support the upgrade of attestations.
44

55
### Upgrade Steps
66

7-
- Please refer to the migration from 2x to 3x guide. https://tokenscript.gitbook.io/token-negotiator/migrating-from-version-2x-to-3x
7+
- Update NPM package to version 3.0.1
88

99
### Breaking Changes
1010

11-
- Passive Negotiation 'tokens' hook
12-
- Off chain interface changes
13-
- off chain Attestation schema changes (ASN / EAS)
11+
[none]
1412

1513
### New Features
1614

17-
- Support for multi batch EAS & ASN attestation readability and authentication
18-
- Dynamic EAS attestation support
19-
- AlphaWallet provider selection in active UI mode
20-
- Ultra Network support (BETA)
21-
- Removal of Wallet Connect V1
22-
- Migrated this libraries documentation from README to gitbooks https://tokenscript.gitbook.io/token-negotiator/
23-
- Added attestation migration support utility function 'migrateLegacyTokenStorage'
15+
- Ability to delete existing attestations
2416

2517
### Bug Fixes
2618

27-
- MetaMask support via Wallet Connect V2
28-
- attestation.id modal dimensions updated for mobile and via Windows browsers
19+
- Added support for upgrading attestations for live projects (method added via TicketStorage deleteTicketByDecodedTokenOrId)
2920

3021
### Performance Improvements
3122

32-
- Simplified off chain storage of issuer data
23+
[none]
3324

3425
**Full Change log**:
3526

36-
https://github.com/TokenScript/token-negotiator/compare/v2.7.1...v3.0.0
27+
https://github.com/TokenScript/token-negotiator/compare/v3.0.0...v3.0.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tokenscript/token-negotiator",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Token-negotiator a token attestation bridge between web 2.0 and 3.0.",
55
"module": "dist/index.js",
66
"types": "dist/index.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// modified by build process.
2-
export const VERSION = '3.0.0'
2+
export const VERSION = '3.0.1'

0 commit comments

Comments
 (0)