Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
26 changes: 26 additions & 0 deletions integration/evm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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-10)


### ⚠ 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))
Loading