From e14f28ee0a3c745c3260cc6b05062a5d8e443551 Mon Sep 17 00:00:00 2001 From: "app-token-issuer-engops[bot]" <144731339+app-token-issuer-engops[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 12:52:54 +0000 Subject: [PATCH 1/2] Version Packages (deletions) --- .changeset/fast-chefs-shop.md | 5 ----- .changeset/strict-chicken-kiss.md | 5 ----- 2 files changed, 10 deletions(-) delete mode 100644 .changeset/fast-chefs-shop.md delete mode 100644 .changeset/strict-chicken-kiss.md diff --git a/.changeset/fast-chefs-shop.md b/.changeset/fast-chefs-shop.md deleted file mode 100644 index 523e7453..00000000 --- a/.changeset/fast-chefs-shop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink-deployments-framework": minor ---- - -feat(engine): allow configuration for SUI chain in test engine diff --git a/.changeset/strict-chicken-kiss.md b/.changeset/strict-chicken-kiss.md deleted file mode 100644 index 6d5b6264..00000000 --- a/.changeset/strict-chicken-kiss.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink-deployments-framework": patch ---- - -Bump `go-ethereum` to v1.16.8 From f3525ecff844671b185f37838dab574b54a548df Mon Sep 17 00:00:00 2001 From: "app-token-issuer-engops[bot]" <144731339+app-token-issuer-engops[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 12:52:55 +0000 Subject: [PATCH 2/2] Version Packages (.) --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d613d70e..a16ff37c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # chainlink-deployments-framework +## 0.75.0 + +### Minor Changes + +- [#670](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/670) [`0a320ef`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/0a320efc8afe4d52f6569b46ac81aa95ba7a14e4) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - feat(engine): allow configuration for SUI chain in test engine + +### Patch Changes + +- [#668](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/668) [`ff9c85a`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/ff9c85a1c09ec9ba78e3073758e64502381e7a58) Thanks [@jkongie](https://github.com/jkongie)! - Bump `go-ethereum` to v1.16.8 + ## 0.74.3 ### Patch Changes diff --git a/package.json b/package.json index c1d3faaa..6938ca0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chainlink-deployments-framework", - "version": "0.74.3", + "version": "0.75.0", "description": "A deployment framework for chainlink-deployments ", "private": true, "scripts": {