Skip to content

Commit

Permalink
Merge pull request #810 from TokenScript/release/3.0.1
Browse files Browse the repository at this point in the history
added change log
  • Loading branch information
nicktaras authored Aug 29, 2023
2 parents 689748b + 9bd7ffc commit 9b6aeac
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 18 deletions.
23 changes: 7 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// modified by build process.
export const VERSION = '3.0.0'
export const VERSION = '3.0.1'

0 comments on commit 9b6aeac

Please sign in to comment.