diff --git a/.changeset/brown-queens-whisper.md b/.changeset/brown-queens-whisper.md deleted file mode 100644 index 410680803..000000000 --- a/.changeset/brown-queens-whisper.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hyperlane-xyz/registry': patch ---- - -Update configs according to https://github.com/hyperlane-xyz/hyperlane-monorepo/pull/5316, which moves ownerOverride to its own proxyAdmin. Reverts removal of ownerOverride for some routes. diff --git a/.changeset/mean-walls-study.md b/.changeset/mean-walls-study.md deleted file mode 100644 index 8f03607b2..000000000 --- a/.changeset/mean-walls-study.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hyperlane-xyz/registry': minor ---- - -Add metadata.json and logos for sSOL, USD\*, and SONIC diff --git a/.changeset/rude-boxes-brake.md b/.changeset/rude-boxes-brake.md deleted file mode 100644 index b269f9ef5..000000000 --- a/.changeset/rude-boxes-brake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hyperlane-xyz/registry': minor ---- - -Addng chronicleyellowstone chain metadata diff --git a/CHANGELOG.md b/CHANGELOG.md index 52e9c7f41..0cf74d189 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # @hyperlane-xyz/registry +## 7.4.0 + +### Minor Changes + +- 9649368: Add metadata.json and logos for sSOL, USD\*, and SONIC +- c5ca52b: Addng chronicleyellowstone chain metadata + +### Patch Changes + +- f8903b4: Update configs according to https://github.com/hyperlane-xyz/hyperlane-monorepo/pull/5316, which moves ownerOverride to its own proxyAdmin. Reverts removal of ownerOverride for some routes. + ## 7.3.0 ### Minor Changes diff --git a/package.json b/package.json index ec0da3a98..80627f475 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@hyperlane-xyz/registry", "description": "A collection of configs, artifacts, and schemas for Hyperlane", - "version": "7.3.0", + "version": "7.4.0", "dependencies": { "yaml": "2.4.5", "zod": "^3.21.2"