diff --git a/.changeset/salty-bees-open.md b/.changeset/salty-bees-open.md deleted file mode 100644 index dd0af7419..000000000 --- a/.changeset/salty-bees-open.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink-deployments-framework": minor ---- - -feat: add additional verifiers to evm cmd diff --git a/.changeset/smart-files-brake.md b/.changeset/smart-files-brake.md deleted file mode 100644 index 07aca89ed..000000000 --- a/.changeset/smart-files-brake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink-deployments-framework": minor ---- - -refactor(cld/runtime): export input yaml parsing functions from pipeline/input package diff --git a/CHANGELOG.md b/CHANGELOG.md index 589f48fac..d8d396b38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # chainlink-deployments-framework +## 0.89.0 + +### Minor Changes + +- [#876](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/876) [`5d69a79`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/5d69a798f22b4b544e2df61c0a6cff0e30f90b7a) Thanks [@ajaskolski](https://github.com/ajaskolski)! - feat: add additional verifiers to evm cmd + +- [#870](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/870) [`c8456cb`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/c8456cbc6982c9cd6afaa135a89e517ca97134d2) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - refactor(cld/runtime): export input yaml parsing functions from pipeline/input package + ## 0.88.1 ### Patch Changes diff --git a/package.json b/package.json index a8ed05e5f..27631a7b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chainlink-deployments-framework", - "version": "0.88.1", + "version": "0.89.0", "description": "A deployment framework for chainlink-deployments ", "private": true, "scripts": {