From 34619f255501077693dd46c29c66f35ef56f14a5 Mon Sep 17 00:00:00 2001 From: "app-token-issuer-ccip-protocol[bot]" <298891967+app-token-issuer-ccip-protocol[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 11:14:30 +0000 Subject: [PATCH] chore: release integration/evm 0.1.0 --- .release-please-manifest.json | 2 +- integration/evm/CHANGELOG.md | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 integration/evm/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a5f4d7e5d..41b41f741 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -2,5 +2,5 @@ ".": "0.11.0", "deployment": "0.1.0", "build/devenv": "0.6.0", - "integration/evm": "0.0.1" + "integration/evm": "0.1.0" } diff --git a/integration/evm/CHANGELOG.md b/integration/evm/CHANGELOG.md new file mode 100644 index 000000000..aeb8d110d --- /dev/null +++ b/integration/evm/CHANGELOG.md @@ -0,0 +1,26 @@ +# Changelog + +## [0.1.0](https://github.com/smartcontractkit/chainlink-ccv/compare/integration/evm/v0.0.1...integration/evm/v0.1.0) (2026-09-11) + + +### ⚠ BREAKING CHANGES + +* Add GCP support ([#1410](https://github.com/smartcontractkit/chainlink-ccv/issues/1410)) + +### Features + +* Add GCP support ([#1410](https://github.com/smartcontractkit/chainlink-ccv/issues/1410)) ([b84dbed](https://github.com/smartcontractkit/chainlink-ccv/commit/b84dbed0c9e95663dd93e3ea10cbe92f421cf775)) +* add onramp upgrade verifier config changeset and refactor ApplyVerifierConfig with options ([#1356](https://github.com/smartcontractkit/chainlink-ccv/issues/1356)) ([b740c6d](https://github.com/smartcontractkit/chainlink-ccv/commit/b740c6d6fa7afce3923ca4d04698db77a3c9b0f8)) +* **evm:** Derive RMN Remote addresses from ramp contracts' on-chain static config ([#1357](https://github.com/smartcontractkit/chainlink-ccv/issues/1357)) ([32d9d53](https://github.com/smartcontractkit/chainlink-ccv/commit/32d9d534ef3c2d083443b6045f4f649836b0ad65)) +* push signing key variants at JD registration; add family SigningIdentityReader ([#1230](https://github.com/smartcontractkit/chainlink-ccv/issues/1230)) ([b654f20](https://github.com/smartcontractkit/chainlink-ccv/commit/b654f20972d84ff0e40544ceab32a4b871df05a9)) +* remove configure lombard evm dependency ([#1394](https://github.com/smartcontractkit/chainlink-ccv/issues/1394)) ([14a9d8b](https://github.com/smartcontractkit/chainlink-ccv/commit/14a9d8ba943c707baedb50c3faf63a42e450bba8)) + + +### Bug Fixes + +* bump ccip, fix RMN refs ([#1335](https://github.com/smartcontractkit/chainlink-ccv/issues/1335)) ([ec35bc0](https://github.com/smartcontractkit/chainlink-ccv/commit/ec35bc0213d36e160e1f59db2286eb8fe07352b0)) +* **deps:** bump chain-selectors ([#1313](https://github.com/smartcontractkit/chainlink-ccv/issues/1313)) ([6a75095](https://github.com/smartcontractkit/chainlink-ccv/commit/6a75095ee87a361b4fca05cb4a83ec7a71ae77d6)) +* **deps:** bump chain-selectors ([#1347](https://github.com/smartcontractkit/chainlink-ccv/issues/1347)) ([694608e](https://github.com/smartcontractkit/chainlink-ccv/commit/694608e509526c17b9dec1da566c4599655d60a3)) +* **deps:** bump chain-selectors ([#1425](https://github.com/smartcontractkit/chainlink-ccv/issues/1425)) ([ec06fe4](https://github.com/smartcontractkit/chainlink-ccv/commit/ec06fe497cd2991aa854c178bddeeeaff4311226)) +* **evm:** onramp lane expansion fixes ([#1306](https://github.com/smartcontractkit/chainlink-ccv/issues/1306)) ([41818c8](https://github.com/smartcontractkit/chainlink-ccv/commit/41818c8843bd522bbb49c076371e334ef3ea0909)) +* update lombard and cctp verifier tags to use v2.1.0 ([#1340](https://github.com/smartcontractkit/chainlink-ccv/issues/1340)) ([42174dd](https://github.com/smartcontractkit/chainlink-ccv/commit/42174dd7851db594f319a376caff44747fdfbe4b))