diff --git a/.changeset/ripe-regions-smoke.md b/.changeset/ripe-regions-smoke.md deleted file mode 100644 index a3c33cacd..000000000 --- a/.changeset/ripe-regions-smoke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink-deployments-framework": patch ---- - -Add legacy env var support for TON diff --git a/.changeset/tangy-jokes-jam.md b/.changeset/tangy-jokes-jam.md deleted file mode 100644 index a631f895a..000000000 --- a/.changeset/tangy-jokes-jam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink-deployments-framework": minor ---- - -Add top-level address-book and datastore CLI commands diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d815c729..9f16bfbb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # chainlink-deployments-framework +## 0.77.0 + +### Minor Changes + +- [#683](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/683) [`324fe82`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/324fe82d8a9a21b289801ee4bf5d83a7718a8d55) Thanks [@bytesizedroll](https://github.com/bytesizedroll)! - Add top-level address-book and datastore CLI commands + +### Patch Changes + +- [#693](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/693) [`8bd9ada`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/8bd9ada1b84f30e3443acc8a2a80b0cde9bf393c) Thanks [@bytesizedroll](https://github.com/bytesizedroll)! - Add legacy env var support for TON + ## 0.76.1 ### Patch Changes diff --git a/package.json b/package.json index 81f85dd89..c6927ce57 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chainlink-deployments-framework", - "version": "0.76.1", + "version": "0.77.0", "description": "A deployment framework for chainlink-deployments ", "private": true, "scripts": {