From f029781062a34a2fec0e579cf64df6d0d913d67e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 18 Nov 2024 17:47:09 +0000 Subject: [PATCH] chore(release): bump version from `1.2.4` to `1.2.5` --- .changeset/hungry-bats-study.md | 5 ----- .changeset/hungry-seahorses-tap.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/hungry-bats-study.md delete mode 100644 .changeset/hungry-seahorses-tap.md create mode 100644 CHANGELOG.md diff --git a/.changeset/hungry-bats-study.md b/.changeset/hungry-bats-study.md deleted file mode 100644 index 698c3fed..00000000 --- a/.changeset/hungry-bats-study.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@axelar-network/interchain-token-service': patch ---- - -ITS deployInterchainToken is restricted from being on ITS on Amplifier chains. The ITS Factory should be used instead diff --git a/.changeset/hungry-seahorses-tap.md b/.changeset/hungry-seahorses-tap.md deleted file mode 100644 index 0a361a6c..00000000 --- a/.changeset/hungry-seahorses-tap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@axelar-network/interchain-token-service': patch ---- - -Remove support for deploying token manager to chains connected via ITS Hub. When deploying ITS to an EVM chain connected via Amplifier / ITS Hub, a trusted address must be set for it's own chain name to the `'hub'` identifier, to prevent deploying the token manager locally. Note that this restriction is temporary. Once the ITS Hub adds support for deploy token manager msg type, the restriction will be removed. Also note that the token manager deployed as part of registering a canonical ITS token from the ITS Factory is not affected by this. diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..a5cd2698 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# @axelar-network/interchain-token-service + +## 1.2.5 + +### Patch Changes + +- 2da5b3a: ITS deployInterchainToken is restricted from being on ITS on Amplifier chains. The ITS Factory should be used instead +- 38698a2: Remove support for deploying token manager to chains connected via ITS Hub. When deploying ITS to an EVM chain connected via Amplifier / ITS Hub, a trusted address must be set for it's own chain name to the `'hub'` identifier, to prevent deploying the token manager locally. Note that this restriction is temporary. Once the ITS Hub adds support for deploy token manager msg type, the restriction will be removed. Also note that the token manager deployed as part of registering a canonical ITS token from the ITS Factory is not affected by this. diff --git a/package.json b/package.json index 87a54392..b1f913b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@axelar-network/interchain-token-service", - "version": "1.2.4", + "version": "1.2.5", "repository": { "type": "git", "url": "https://github.com/axelarnetwork/interchain-token-service"