Skip to content

Commit 3303764

Browse files
chore(main): release 0.8.0
1 parent d52089d commit 3303764

2 files changed

Lines changed: 27 additions & 1 deletion

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.7.1"
2+
".": "0.8.0"
33
}

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
## [0.8.0](https://github.com/smartcontractkit/cld-changesets/compare/v0.7.1...v0.8.0) (2026-06-29)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* `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).
9+
10+
### Features
11+
12+
* add DeleteResourcesSeq and DeleteResourcesChangeset ([#78](https://github.com/smartcontractkit/cld-changesets/issues/78)) ([f33c8f4](https://github.com/smartcontractkit/cld-changesets/commit/f33c8f4be7b09028676b9e5d33ccd02e5779bd2c))
13+
* add refactored set config changeset,sequences and ops ([#90](https://github.com/smartcontractkit/cld-changesets/issues/90)) ([f5dde6f](https://github.com/smartcontractkit/cld-changesets/commit/f5dde6f57b8e9e506417e02b0b3fb20d4afc5759))
14+
* deploy custom topology mcms [CLD-2766] ([#100](https://github.com/smartcontractkit/cld-changesets/issues/100)) ([b9638bc](https://github.com/smartcontractkit/cld-changesets/commit/b9638bc9bca1cf5afa29eaa1fc98f834ba2c9624))
15+
* fund mcms pdas [CLD-2765] ([#101](https://github.com/smartcontractkit/cld-changesets/issues/101)) ([c71b37c](https://github.com/smartcontractkit/cld-changesets/commit/c71b37ca087000d38f5d30c6fbe72dc2e559cfcf))
16+
* jd changesets ([#103](https://github.com/smartcontractkit/cld-changesets/issues/103)) ([628cfb7](https://github.com/smartcontractkit/cld-changesets/commit/628cfb75b7a91ba9f4280b42f0632264a9671132))
17+
* JD changesets and operations ([628cfb7](https://github.com/smartcontractkit/cld-changesets/commit/628cfb75b7a91ba9f4280b42f0632264a9671132))
18+
* **mcms:** add MCMS fire drill changeset [CLD-2764] ([#97](https://github.com/smartcontractkit/cld-changesets/issues/97)) ([2530e9e](https://github.com/smartcontractkit/cld-changesets/commit/2530e9ebd4da5cb0652564e19cc479209bcda1a6))
19+
* **mcms:** add transfer-to-timelock changeset [CLD-2762] ([#99](https://github.com/smartcontractkit/cld-changesets/issues/99)) ([0d52620](https://github.com/smartcontractkit/cld-changesets/commit/0d526204ffaca0853bfd8f2c81ad761dc52fa929))
20+
* new mcms deploy changeset ([#89](https://github.com/smartcontractkit/cld-changesets/issues/89)) ([a0317ae](https://github.com/smartcontractkit/cld-changesets/commit/a0317ae70d9d16cdb8520c1399d70a4a603b0fce))
21+
22+
23+
### Bug Fixes
24+
25+
* improve solana speed tests ([#111](https://github.com/smartcontractkit/cld-changesets/issues/111)) ([d52089d](https://github.com/smartcontractkit/cld-changesets/commit/d52089dfab97bccc1af0258fc7c5c4cf648b560f))
26+
* make datastore delete inputs JSON-deserializable ([#87](https://github.com/smartcontractkit/cld-changesets/issues/87)) ([68d4cda](https://github.com/smartcontractkit/cld-changesets/commit/68d4cda422b7853b6543a63563ee0c743eb3deaf))
27+
* use opscontract.WriteOutput in set-config ([#107](https://github.com/smartcontractkit/cld-changesets/issues/107)) ([e1a60bb](https://github.com/smartcontractkit/cld-changesets/commit/e1a60bbd5e5391c4e39e8ba55e034cdb5ba5febf))
28+
329
## [0.7.1](https://github.com/smartcontractkit/cld-changesets/compare/v0.7.0...v0.7.1) (2026-06-10)
430

531

0 commit comments

Comments
 (0)