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
@@ -1,6 +1,6 @@
{
".": "0.2.0",
"deployment": "0.1.0",
"build/devenv": "0.3.0",
"build/devenv": "0.4.0",
"integration/evm": "0.0.1"
}
9 changes: 9 additions & 0 deletions build/devenv/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.4.0](https://github.com/smartcontractkit/chainlink-ccv/compare/build/devenv/v0.3.0...build/devenv/v0.4.0) (2026-08-07)


### 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))
* 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))

## [0.3.0](https://github.com/smartcontractkit/chainlink-ccv/compare/build/devenv/v0.2.0...build/devenv/v0.3.0) (2026-07-30)


Expand Down
Loading