diff --git a/.changeset/flat-baboons-lose.md b/.changeset/flat-baboons-lose.md deleted file mode 100644 index 113866515..000000000 --- a/.changeset/flat-baboons-lose.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink-deployments-framework": minor ---- - -Add CRE CLI runner object. diff --git a/.changeset/full-rice-shine.md b/.changeset/full-rice-shine.md deleted file mode 100644 index 37dc62964..000000000 --- a/.changeset/full-rice-shine.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink-deployments-framework": minor ---- - -add wasm and config resolution types for cre workflows diff --git a/.changeset/neat-cobras-give.md b/.changeset/neat-cobras-give.md deleted file mode 100644 index b90032e24..000000000 --- a/.changeset/neat-cobras-give.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink-deployments-framework": patch ---- - -chore: enable preset admin accounts in the evm simulated provider diff --git a/CHANGELOG.md b/CHANGELOG.md index cd067d158..6a42fa1ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # chainlink-deployments-framework +## 0.91.0 + +### Minor Changes + +- [#877](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/877) [`540ea5e`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/540ea5ed95f897f63ce892b4f2a2d650f43025bf) Thanks [@ecPablo](https://github.com/ecPablo)! - Add CRE CLI runner object. + +- [#884](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/884) [`74837dc`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/74837dccc8f321af2403a19ae4a86bd7b0e82399) Thanks [@ecPablo](https://github.com/ecPablo)! - add wasm and config resolution types for cre workflows + +### Patch Changes + +- [#891](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/891) [`7b39baf`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/7b39baf248934d448161aca0a28f259c64ecf67e) Thanks [@gustavogama-cll](https://github.com/gustavogama-cll)! - chore: enable preset admin accounts in the evm simulated provider + ## 0.90.1 ### Patch Changes diff --git a/package.json b/package.json index 33117119b..d111d47a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chainlink-deployments-framework", - "version": "0.90.1", + "version": "0.91.0", "description": "A deployment framework for chainlink-deployments ", "private": true, "scripts": {