diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 82755f7d0..c4f7c0b5f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { ".": "0.3.0", "deployment": "0.1.0", - "build/devenv": "0.3.0", + "build/devenv": "0.4.0", "integration/evm": "0.0.1" } diff --git a/build/devenv/CHANGELOG.md b/build/devenv/CHANGELOG.md index d080c8058..700a93480 100644 --- a/build/devenv/CHANGELOG.md +++ b/build/devenv/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.4.0](https://github.com/smartcontractkit/chainlink-ccv/compare/build/devenv/v0.3.0...build/devenv/v0.4.0) (2026-08-10) + + +### Features + +* **cli:** ccv migrate export/inspect commands ([#1320](https://github.com/smartcontractkit/chainlink-ccv/issues/1320)) ([e72f479](https://github.com/smartcontractkit/chainlink-ccv/commit/e72f479c52122c5eec86a2e0b2bea57423644acc)) +* **devenv:** CL-to-standalone cutover tooling and migration e2e ([#1319](https://github.com/smartcontractkit/chainlink-ccv/issues/1319)) ([e8cbe91](https://github.com/smartcontractkit/chainlink-ccv/commit/e8cbe91f55bb31829ff8f804a089b8c84058501c)) +* **evm:** drive restart-orphaned transactions to completion ([#1332](https://github.com/smartcontractkit/chainlink-ccv/issues/1332)) ([c20ed8a](https://github.com/smartcontractkit/chainlink-ccv/commit/c20ed8ad084b30e7bc504238fa60bd6b0c84e3e1)) +* Make the CSA key mode/backend-driven ([#1322](https://github.com/smartcontractkit/chainlink-ccv/issues/1322)) ([d8bcf56](https://github.com/smartcontractkit/chainlink-ccv/commit/d8bcf56adae5972c7f7dc654a9946a6cbb90f053)) + + +### 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)) + ## [0.3.0](https://github.com/smartcontractkit/chainlink-ccv/compare/build/devenv/v0.2.0...build/devenv/v0.3.0) (2026-07-30)