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,3 +1,3 @@
{
".": "0.7.1"
".": "0.8.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.8.0](https://github.com/smartcontractkit/cld-changesets/compare/v0.7.1...v0.8.0) (2026-06-12)


### ⚠ BREAKING CHANGES

* `DeleteChainMetadataChangesetInput.ChainMetadataKeys`, `DeleteContractMetadataChangesetInput.ContractMetadataKeys`, and `DeleteAddressRefChangesetInput.AddressRefKeys` — plus the matching operation Input fields — now hold concrete key structs instead of the framework interface. The `DeleteAddressRefKey` type previously exported from `datastore/changesets/` is removed. In-Go callers should switch to JSON construction (no in-tree callers in chainlink-deployments today).

### Bug Fixes

* make datastore delete inputs JSON-deserializable ([#87](https://github.com/smartcontractkit/cld-changesets/issues/87)) ([68d4cda](https://github.com/smartcontractkit/cld-changesets/commit/68d4cda422b7853b6543a63563ee0c743eb3deaf))

## [0.7.1](https://github.com/smartcontractkit/cld-changesets/compare/v0.7.0...v0.7.1) (2026-06-10)


Expand Down
Loading