Skip to content

Commit

Permalink
chore(release): bump version from 2.0.1 to 2.1.0 (#328)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Milap Sheth <[email protected]>
  • Loading branch information
3 people authored Jan 23, 2025
1 parent d61ef1b commit cc6ef72
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .changeset/grumpy-pets-turn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-tigers-kneel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-dogs-carry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-ants-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-bugs-lay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-cheetahs-drop.md

This file was deleted.

16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @axelar-network/interchain-token-service

## 2.1.0

### Minor Changes

- 34c1bb4: Add support for linking custom tokens with decimal scaling via `linkToken`.
- b87baa5: Add support for registering and linking custom tokens to ITS Factory.
- 9ada6d4: Remove callContractWithInterchainToken to reduce bytecode size. Apps should use interchainTransfer instead.
- 8bf4b60: Interchain tokens now get minted/burnt by the token manager to be consistent with custom tokens
- d61ef1b: Remove auto-registration of token metadata in ITS factory registerCustomToken. registerTokenMetadata on ITS should be called instead for every token being linked explicitly.
- 1c09736: Add auto-migration of minter for native interchain tokens
- 869b412: Remove minter arg from deployRemoteInterchainToken. deployRemoteInterchainTokenWithMinter can be used instead.

### Patch Changes

- 1c98f3c: Remove flow limit queries from ITS to reduce bytecode size. They can still be queried from the corresponding token manager.

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axelar-network/interchain-token-service",
"version": "2.0.1",
"version": "2.1.0",
"main": "index.js",
"scripts": {
"build": "npx hardhat clean && npx hardhat compile && npm run copy:interfaces",
Expand Down

0 comments on commit cc6ef72

Please sign in to comment.