diff --git a/.changeset/five-colts-yawn.md b/.changeset/five-colts-yawn.md deleted file mode 100644 index 0554b9e25..000000000 --- a/.changeset/five-colts-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink-deployments-framework": patch ---- - -fix(mcms/analyzer/renderer): inline complex parameter values in markdown diff --git a/.changeset/rpc-health-check-timeout.md b/.changeset/rpc-health-check-timeout.md deleted file mode 100644 index dec778be3..000000000 --- a/.changeset/rpc-health-check-timeout.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink-deployments-framework": patch ---- - -fix: make RPC health check timeout configurable diff --git a/CHANGELOG.md b/CHANGELOG.md index 02b1edb46..589f48fac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # chainlink-deployments-framework +## 0.88.1 + +### Patch Changes + +- [#858](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/858) [`b05a8f2`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/b05a8f2c279335e655d359be011804e5b56c9e80) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - fix(mcms/analyzer/renderer): inline complex parameter values in markdown + +- [#853](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/853) [`7b0467c`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/7b0467c5db46e3ad52ef75d3f6271dbb750ec7dc) Thanks [@finleydecker](https://github.com/finleydecker)! - fix: make RPC health check timeout configurable + ## 0.88.0 ### Minor Changes diff --git a/package.json b/package.json index 571d774bf..a8ed05e5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chainlink-deployments-framework", - "version": "0.88.0", + "version": "0.88.1", "description": "A deployment framework for chainlink-deployments ", "private": true, "scripts": {